Skip to content

2D GUI chess game Python using Tkinter and PIL, event driven, OOP

Notifications You must be signed in to change notification settings

fruffers/chessGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chessGame

2D GUI chess game Python using Tkinter and PIL, event driven, OOP

If you use Windows and just want to play the pure game then download the 'dist' folder and run the exe file. You must make sure you keep its 'mats' folder inside it otherwise the game will not work. Alternately just download it here with 1 button click https://fruffers.itch.io/chess
Or if you want to run the game in Python which you can use on any OS, make sure you have PIL (pillow) and Tkinter modules.

*White moves first.
*It's a 2 player game. So grab a friend.
*Right click to deselect a piece and left click to pick another piece.
*Pawns that move to the final square at the other side of the board will randomly get promoted to either a Rook, Knight, Bishop or Queen.
*Pawns can move 2 squares forward on only their first move.
*Pawns kill diagonally.
*Knights are the only pieces that can jump over their own coloured pieces.
*To win kill the other player's king.
*The king is the heart-shaped piece whilst the queen is the spikey piece.

About

2D GUI chess game Python using Tkinter and PIL, event driven, OOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages