A chess server written in Go. The m stands for magnificent.
Go to file
Marco 8132e9d48d Remove empty chess_move.go 2023-09-28 21:33:17 +02:00
.vscode First commit 2022-10-22 20:01:55 +02:00
api Remove server.go and move type. 2023-09-24 01:18:06 +02:00
chess Remove empty chess_move.go 2023-09-28 21:33:17 +02:00
lobby_registry Finalize playing in private lobbies. 2023-06-30 01:50:04 +02:00
types Introduce PGN helpers 2023-08-12 11:24:40 +02:00
usher Fix nil pointer dereference. 2023-07-11 18:21:54 +02:00
utils Add more bad words. 2023-07-06 14:57:35 +02:00
README Add mechanic for passphrases. 2023-06-28 19:51:36 +02:00
go.mod Update deps 2023-09-24 01:15:17 +02:00
go.sum Update deps 2023-09-24 01:15:17 +02:00
main.go Remove localhost when listening in debug mode 2023-09-24 01:15:52 +02: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.