A checkers AI that uses the MiniMax algorithm with alpha-beta pruning based on Brett Pilch's
pygame-checkers.
Improved upon and explained by Lilo Heinrich, Zoë McGinnis, and Yehya Albakri,
Olin College of Engineering '23.
See our website
View Demo
![Product Name Screen Shot][product-screenshot]
To get a local copy up and running follow these simple steps.
- python3
- pip
python -m pip install -U pip
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install pygame
python3 -m pip install -U pygame --user
- Run checkers.py
python3 checkers.py
For more information, see our website
Distributed under the MIT License. See LICENSE
for more information.