A checkers (dame) board game written in Python using Pygame. You play against an AI opponent that uses the minimax algorithm with alpha-beta pruning. The game follows standard checkers rules on an 8x8 ...
A small Python project that uses the minimax search to create an unbeatable Tic-Tac-Toe opponent. The game can be played using a matplotlib-based interactive board. This repository was built as a ...