Skip to content

Callan-Hogarth/Python-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Chess

Personal project, creating a chess game in python using pygame

Contents

Requirements

  • Python (Version used: 3.9.13)
  • Pygame (Version used: 2.5.0)

Setup

Instructions

  • Clone repository or download all files
  • Upon running main.py click play from menu to start a game
  • Players must then take turns making moves until a winner is declared

More Info

  • Time can be changed from the settings menu
  • Press R to restart game or M to return to menu

Screenshots

Initial Board:



Board While Playing:



Features to Add

  • Undo a move
  • Sound effects
  • AI player

References

Images

Other

  • Used as referenece during beginning of project to learn the basics of using pygame - https://www.youtube.com/watch?v=X-e0jk4I938 - no major code was copied when designing my chess game however some ideas were used as a basic starting point when implementing my own approach to building the game

About

Personal project, creating a chess game in python using pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages