A fully functional checkers game built with Python and Pygame, featuring an AI opponent powered by the Minimax algorithm using Alpha-Beta pruning. This project demonstrates game development, AI ...