- Python 3 installed
- It's recommended to create and activate a virtual environment, and install the requirements.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- The start the game
python src/main.py - To run the tests
pytest