Skip to content

Chess implemented in C 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.

Notifications You must be signed in to change notification settings

Thepathakarpit/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Chess.c

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.

  1. Install and setup Mingw or any other C compiler on your system, if it is not.
  2. Open powershell or cmd
  3. Move to folder where chess.c is located by: cd [path]
  4. Type: gcc chess.c -o chess, hit enter.
  5. run by typing: .\chess.exe on powershell or chess.exe on cmd and hitting enter.

Thank you. Chess op🔥

About

Chess implemented in C 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages