A chess server written in Go. The m stands for magnificent.
Go to file
Marco 7f206b15fe Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
.vscode First commit 2022-10-22 20:01:55 +02:00
api Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
chess Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
lobby_registry Fix waiting for websockets connection. 2023-06-06 22:58:33 +02:00
types Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
usher Scrap 2-player waiting room and make it simple. 2023-06-02 21:14:02 +02:00
client_script.sh Many changes. 2022-11-19 11:41:10 +01:00
go.mod Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
go.sum Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
main.go Refactor some of the game handler code 2023-06-08 20:20:37 +02:00
var_file Start building a real API. 2023-04-18 22:12:05 +02:00