News

This is a simple command-line chess game implemented in Python using the python-chess library. The game allows two players to play chess by entering moves in UCI (Universal Chess Interface) notation.
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 ...