Commit Graph

8 Commits

Author SHA1 Message Date
Marco 5b6cb566ec Change lobby handling and websocket handling. 2023-05-28 17:43:05 +02:00
Marco eb946b4267 Many changes!
1. Use maintained websocket framework
2. Introduce function that allows to register a websocket connection per
   player
2023-04-22 21:41:24 +02:00
Marco ee4841f543 Rename chessGame to Game. Remove gorilla websocket. 2023-04-22 19:23:46 +02:00
Marco 9c8f46c9a4 Use UUIDs to identify players. 2023-04-18 22:19:28 +02:00
Marco b4face1dca Start building a real API. 2023-04-18 22:12:05 +02:00
Marco 3a2de183a1 Flip second player's board. Use player's id for comparison. 2022-12-14 23:16:51 +01:00
Marco a169ff0b76 Fix two warnings because of unused functions. 2022-12-14 22:20:42 +01:00
Marco 625e5b11fa Many changes. Handle rudimentary lobbies. Handle game with simple state machine. Flip one player's board. 2022-12-14 22:19:47 +01:00