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
This is an open-source chess project on which anyone can work. It has fairly simple GUI (like come on it is ASCII based, how complex could it be 😅). Chess is a very popular and interactive game.
Pls find the completed code in "Finally completed chess"
How to play
Run the "main.cpp" in a code editor/ IDE or run the "main.exe".
About
Chess is a very popular and interactive game. With not much experience in GUI, I built this game using ASCII characters and focused on implementing the core logic and rules of chess.