A Command Line, console based Chess game completely built in C Language. (Under Development) Whole code is commented where needed. Main File is "main.c".
- Shift the function in header files to C file to avoid multiple definition error.
- Make it GUI based along with running in terminal.
- Add CheckMate and check finding code blocks.
- Option to play with AI bot.