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
A Console based simple UI 1v1 Chess. We used basic letters for displaying elements. All the movement logic is hardcoded and no libraries or frameworks are used. We tried to be as minimal and simple as possible.
How to run?
g++ run main.cpp
About
A simple console based 1v1 Chess game made in C++.