Skip to content

blaze-centurion/chess-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game In Pygame

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.

Tech Used

  • Pygame - 2.0.1

How to run.

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.