Installation (Windows) - PCTO-OneTwoCode/src GitHub Wiki
Installation:
Dependency
- Install python3: Download here
- Install pip: download this file and type
python get-pip.py
- clone the repository: Download the zip from src page
- extract the zip file
- cd the folder:
cd src/
- install needed packages:
pip install -r requirements.txt
Run the game:
- You can customize some value in
config.py
file - Run the game by typing
python main.py
- Enjoy!