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 ...
A fully playable checkers game where you face an AI opponent powered by the Minimax algorithm with Alpha-Beta Pruning. Built with Python and Pygame. The AI searches the game tree by recursively ...