Back to projects

AI Chess Bot

PythonC
Video / Demo Embed

An AI chess bot that combines alpha-beta pruning with depth-first search algorithms to evaluate board positions and make optimal moves. Built with a Python frontend and a C-based engine core for performance-critical move generation and evaluation.