Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 680 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 680 Bytes

Chess

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

image

image

What is to be changed:

  1. Shift the function in header files to C file to avoid multiple definition error.
  2. Make it GUI based along with running in terminal.
  3. Add CheckMate and check finding code blocks.
  4. Option to play with AI bot.