maofalt / Transcendence

4 stars 0 forks source link

Basic Local Game #209

Closed YoelRidgway closed 6 months ago

YoelRidgway commented 6 months ago

Make the basic game work locally with two players on the same keyboard. It should interact with the backend through a websocket connection to centralize the logic. It will also use the same Game.js file for the frontend. In local mode it will send the game state to the backend to be recalculated rather than the other way round.