A chess server written in Go. The m stands for magnificent.
Go to file
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
.vscode First commit 2022-10-22 20:01:55 +02:00
server Various changes 2023-05-30 22:01:20 +02:00
client_script.sh Many changes. 2022-11-19 11:41:10 +01:00
go.mod Many changes! 2023-04-22 21:41:24 +02:00
go.sum Many changes! 2023-04-22 21:41:24 +02:00
main.go Various changes 2023-05-30 22:01:20 +02:00
var_file Start building a real API. 2023-04-18 22:12:05 +02:00