Skip to content

navidprime/chess_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess python

info

this is chess game written in python. the main game is written in 2d array, and i used pygame to make graphics.

files

  • gamegraphics.py : the game with graphics
  • gamenographics.py : shows have to use game.py to play chess without graphics
  • piece.py : objects about pieces, used in player.py
  • player.py : object about the white and black, used in game.py
  • game.py : the core game (2d array implementation)

screen shots

screenshot

notes

for simpilicity i changed few things.

  • if you want to end the game you have to kill the enmey king piece
  • when your piece reaches to your enemy's last layer, it will became queen now

i used https://www.piskelapp.com/ to make the piece pictures

About

a simple chess game written in python with pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages