This is a simple chess game implemented in Python using the python-chess
and pygame
libraries.
- Command-line interface for entering moves.
- Graphical display of the chess board and pieces.
- Validation of user moves.
- Detection of game end conditions (checkmate, stalemate, etc.).
- Python 3.6 or higher
python-chess
librarypygame
library
-
Clone this repository.
-
Install the required libraries using pip:
pip install python-chess pygame
-
Run
main.py
to start the game:python main.py
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the terms of the MIT license.