Skip to content

I'm building my own chess engine to see how I can try the complexity of the game and use SOLID principles

Notifications You must be signed in to change notification settings

amainooti/chess-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-engine

You can run the game engine simply by running python chessmain.py if you're on windows, or run python3 chessmain.py The game files are split into the main file and the game engine, intuitively the main is where the logic gets executed and the engine is where the logic is created for the game I used pygame and a sampled image file which contains certain notation for easy data structure handling, if you have improvements or a better way feel free to contribute.

About

I'm building my own chess engine to see how I can try the complexity of the game and use SOLID principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages