mchess-server/server
Marco 6cbd7d37aa Various changes
1. Make lobby a struct containing the players and a mutex used to lock
   itself
2. Wait for websocket connections to be established by both players
   before starting the game.
3. Add methods to write to and read from players
2023-05-30 22:01:20 +02:00
..
chess_move.go Many changes! 2023-04-22 21:41:24 +02:00
game.go Various changes 2023-05-30 22:01:20 +02:00
lobby.go Various changes 2023-05-30 22:01:20 +02:00
player.go Various changes 2023-05-30 22:01:20 +02:00
server.go Various changes 2023-05-30 22:01:20 +02:00