This is the basic offine multiplayer chess game with basic rules and regulation. This game does not contain any online multiplayer, setting different colors and board, ai player feature. This is my basic practice project for learning pygame.
- Pygame - 2.0.1
Clone the project
git clone https://github.com/blaze-centurion/chess-game.git
Go to the project directory
cd chess-game-master
Install dependencies
python install pygame
Start the main file
python main.py
If you want this file to refresh automatically after saving the file. Then you can use nodemon.
Install nodemon
node i nodemon
Run main.py
nodemon --exec python main.py
Note: There can be some bug in this game. So please let me know if you find some bug. I will try to fix it. And I will improve this game in future.