Chess implemented in C with no extra dependencies which can be played with keys "w" "a" "s" "d" keys on windows on terminal itself. Light weight, with integrated AI which works at desired depth of user. User can play with AI or with another person on the same sytem.
- Install and setup Mingw or any other C compiler on your system, if it is not.
- Open powershell or cmd
- Move to folder where chess.c is located by: cd [path]
- Type: gcc chess.c -o chess, hit enter.
- run by typing: .\chess.exe on powershell or chess.exe on cmd and hitting enter.
Thank you. Chess op🔥