An open API service indexing awesome lists of open source software.

https://github.com/simonlindholm/codenames-server


https://github.com/simonlindholm/codenames-server

bot codenames web-application

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# codenames-server

Setup:
- Clone https://github.com/Gullesnuffs/Codenames into a subdirectory `bot` (or symlink it).
- Run `g++ -Ofast -march=native -std=c++11 codenames.cpp -o codenames` in that directory.
- Clone https://github.com/Gullesnuffs/codenames-board-recognizer/ into a subdirectory `recognizer` (or symlink it).
- Setup the recognizer using the instructions in that repo's README.
- Run `python3 server.py`.