Implementation of Checkers game in python where you can play versus an AI that uses Minimax
University of Bucharest Second Year Artificial Intelligence - Knowledge Representation
One player is the user and the other is the implemented AI. It uses the Minimax (or Alpha-Beta Pruning) algorithm to calculate the best move at any given point in the game.