The Spymaster Backend
A generic backend service for Codenames board game.
Provides game state and opponent solvers for the the-spymaster-bot.
Local development
Environment Setup
- Install
Python 3.11
. - Create a virtual environment and set source.
- Run
make setup-local-env
.
Workflow
- Lint using
make lint
. - Run tests using
make test
/make cover
.