Table of Contents
This is the chess game implemented in python. Interface is made with pygame and PygameUIKit
I also built an AI that plays using the minimax algorithm with alpha-beta pruning.
The bot also uses an opening book to play the first moves of the game.X
- Clone the repo
git clone https://github.com/Times0/ChessGame.git
- Install requirements
pip install -r requirements.txt
- Run the program
python main.py
Do not hesitate to contribute to the project, it is open to everyone.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request