Supplemental Documents

Github

Checkers AI that uses the MiniMax algorithm with alpha-beta pruning built on Brett Pilch's pygame-checkers GUI. Improved upon and explained by Lilo Heinrich, Zoë McGinnis, and Yehya Albakri, Olin College of Engineering '23.

Helpful reference videos on coding implementation:

Depth limit minimax

Alpha-Beta pruning