bettola/srv
Ritchie Cunningham bd6281c9bc feat(server): Implement server-side game state.
* Added Player class to represent players on the server.
* Added Game class to manage the overall game state.
* Server now adds new players to the game state when they connect.
* Server now updates the players position in the game state on receiving
  a PlayerPosMessage.
2025-09-13 17:10:55 +01:00
..
game feat(server): Implement server-side game state. 2025-09-13 17:10:55 +01:00
main.cpp feat(server): Implement server-side game state. 2025-09-13 17:10:55 +01:00