This project is a simple chess game implemented in Python using Tkinter, acting as a prototype for my disseration project on the development of a chess AI.
This project is a simple chess game implemented in Python using Tkinter.
- Two-player local multiplayer
- Checkmate detection
- Single-player mode against a computer AI
- Castling
- En passant
- Pawn promotion
- Draw detection
- Clone the repository.
- Navigate to the project root.
- Install the required dependencies for the project:
pip install -r requirements.txt
- Make sure you have installed all the required dependencies.
- Run the project using the following command:
python3 main.py
If you find any issues or bugs, please report them here.