Install Python 3 (>= 3.6.4)
Install a venv if needed
cd Connect4-MiniMax
python -m venv venv
source venv/bin/activate
venv\Scripts\activate
pip install -r requirements.txt
python3 main.py
See STEPS.md for details.
I use git for versioning.
contribute : pay a coffee
This project is licensed under the CC BY-NC-ND License - see the LICENSE.md file for details