Python AI Checkers - The user vs the algorithm University project for course "Data Structures and Algorithms". Algorithm Made using MiniMax algorithm with ALpha-Beta pruning for best performance. GUI PyGame was used for making GUI, a game like this needed to be visualised out of the console. Implementation