Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 292 Bytes

File metadata and controls

6 lines (5 loc) · 292 Bytes

Chess-In-Python

A simple chess terminal game written in Python 3.6

"Chess classes.py" contains all of the nessecary functions and classes, while "Chess logic.py" contains the game itself. I haven't implemented every rule there is, but enough for the game to be enjoyable. Happy chessing!