https://github.com/simonlindholm/codenames-server
https://github.com/simonlindholm/codenames-server
bot codenames web-application
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonlindholm/codenames-server
- Owner: simonlindholm
- License: mit
- Created: 2017-06-18T21:05:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T12:46:36.000Z (over 8 years ago)
- Last Synced: 2025-03-08T16:48:02.320Z (about 1 year ago)
- Topics: bot, codenames, web-application
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.