/checkersAI

This GitHub repository hosts a Python implementation of the classic game of checkers (also known as draughts) with an artificial intelligence opponent. The AI player is powered by the minimax algorithm with alpha-beta pruning, making it a formidable adversary for players looking to challenge their skills.

Primary LanguagePython

Stargazers