News

This project includes a full chess engine, gui engine, and an AI engine. The AI engine utilizes the minimax and alpha beta pruning algorithms. To install this project, make sure you have the correct ...
This is a bad program where you can play chess. It's both a chess engine (play moves) and a chess GUI (user interface). Why it's so bad? Because I just started coding. I'm learning and I will improve ...
Embarking on the journey of building a Chess AI with Python can be both educational and rewarding. In this step-by-step guide, we will walk through the process of creating a simple yet functional ...