A chess server written in Go.
The m stands for magnificent.
Marco
ff2ec599fe
In order to simplify special moves like en passant or castling for the client, we want to deliver the board state after every move (and not only start square and end square). With PGN we can encode a chess position into a string. This commit implies changes to logic of the pieces' shortnames. This will break the client/server connection (at least for promotions). |
||
---|---|---|
.vscode | ||
api | ||
chess | ||
lobby_registry | ||
types | ||
usher | ||
utils | ||
client_script.sh | ||
go.mod | ||
go.sum | ||
main.go | ||
README | ||
var_file |
Prerequisites: 1. Install a word file: the server uses babbler that expects a word list at /usr/share/dict/words in order to generate the passphrases for lobbies.