- Anne Wagner
- Brett Fujioka
- Emmanuel Amobi
- Olga Velichko
A Checkers game built with python and pygame. Contains an ai which uses the minmax algorithm to make inteligent moves.
- Install requirements from the requirements file:
pip install -r requirements.txt
- Startup the game:
python run.py
- Then select game mode: pvp --> player vs player, p v ai --> player vs ai