Checkers game with AI implemented with minimax algorithm. Can you beat it?
- Create a Python virtual environment and activate it.
python3 -m venv env
source env/bin/activate
- Install dependencies.
pip install -r requirements.txt
- Run the game.
python3 main.py