Skip to content

Made a chess game with all the functionality of undoing moves and not allowing illegal moves including all the special moves in the game.

ParthP511/Complete-chess-game-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Complete-chess-game-in-python

Made a chess game with all the functionality of undoing moves and not allowing illegal moves including all the special moves in the game.

requirements

Just need the pygame library to be installed, use below command to install if not already installed

pip install pygame

and run the file ChessGame.py

this is a two player game as of right now, but I am working on making an AI to play against. Will update the repo when it's done and tested.

About

Made a chess game with all the functionality of undoing moves and not allowing illegal moves including all the special moves in the game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages