🎮 Adaptation of the official game
- You need to have all the listed dependencies
- Verify that you have the correct version of python installed
- Install all requirements
pip install -r requirements.txt
- Copy the
.env.examplefile to create your own.envfile
You need to follow the Installation guide before
- Run the project
python main.py
IMPORTANT: Don't use your system python
- You need to have all the listed dependencies
- Create a virtual environment
python3.13 -m venv venv
- Activate virtual environment
source venv/bin/activate - Install all requirements
pip install -r requirements.txt
- Copy the
.env.examplefile to create your own.envfile
You need to follow the Installation guide before
- Configure your game rules in Rules
- Run the project
python main.py