You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
A 2-player Chess Engine (No A.I.) built with Functional Programming