Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 318 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 318 Bytes

##Chess Python

Chess Python is a 2 player chess engine coded in Python using functional programming. The game does not have an AI engine yet. You must play with a friend.

##Instructions To run the program run python main.py in the terminal.

##Views