Projects / Chess Bot

Chess Bot

AI chess engine using MiniMax with alpha-beta pruning.

An AI-powered chess bot implemented in Python using the MiniMax algorithm with alpha-beta pruning for efficient tree search. The bot evaluates board positions using a custom heuristic function and plays at a competitive level against human opponents. Features a graphical interface for interactive play.


Other Projects