A chess server written in Go. The m stands for magnificent.
Go to file
Marco 8aa5cd88ef use connectingPlayer instead of request 2023-12-30 12:57:56 +01:00
.vscode First commit 2022-10-22 20:01:55 +02:00
api Another step towards allowing reconnections 2023-12-09 21:00:52 +01:00
chess wip check if connecting player exists in lobby 2023-12-30 12:55:59 +01:00
connection Another step towards allowing reconnections 2023-12-09 21:00:52 +01:00
lobby_registry wip check if connecting player exists in lobby 2023-12-30 12:55:59 +01:00
types code upkeep 2023-10-12 21:03:12 +02:00
usher wip check if connecting player exists in lobby 2023-12-30 12:55:59 +01:00
utils wip check if connecting player exists in lobby 2023-12-30 12:55:59 +01:00
.gitignore Add .gitignore. Ignore binary mchess_server 2023-11-26 19:21:38 +01:00
README Add mechanic for passphrases. 2023-06-28 19:51:36 +02:00
go.mod Run go get -u 2023-12-30 12:34:18 +01:00
go.sum Run go get -u 2023-12-30 12:34:18 +01:00
main.go use connectingPlayer instead of request 2023-12-30 12:57:56 +01:00

README

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.