LaZY MiniMax checkers AI
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.
python -m pip install -U pip
git clone https://github.com/github_username/repo_name.git
python3 -m pip install -U pygame --user
python3 checkers.py
For more information, see our website
Distributed under the MIT License. See LICENSE
for more information.