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.gitGo to the project directory
cd chess-game-masterInstall dependencies
python install pygameStart the main file
python main.pyIf you want this file to refresh automatically after saving the file. Then you can use nodemon.
Install nodemon
node i nodemonRun main.py
nodemon --exec python main.pyNote: 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.