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".
Flowchart of code : https://miro.com/app/board/uXjVL7OZ6BQ=/?share_link_id=313781785368
- 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.