abbastoof / transcendence

2 stars 3 forks source link

Integrate local tournament logic with frontend and game engine #55

Closed trsctr closed 2 weeks ago

trsctr commented 1 month ago

Branch: feature/055-local-tournament-integration

Description

Integrate local tournament logic into the existing codebase by creating a separate JavaScript file for the tournament functionality. Ensure that a function is created in the new file which can be called by the game engine to send game results. Update index.html as necessary to support any new UI components, and ensure index.js or any other .js files interacting with tournament functions import and use them correctly.

Tasks

Additional Notes

Possible Issues to Watch For: