Checkers AI A checkers ai that plays against a human. Includes GUI for the game. Installation Download the repo Run pip install -r requirements.txt Run python script.py Play Algorithm The AI uses minimax and alpha beta pruning