This is a fun C project implementing a chess game playable on the Windows Command Prompt.
- Player vs Player Mode: Play against a friend locally on the same computer.
- Mouse Input: Control the game intuitively using your mouse.
- Undo: Made a mistake? No problem, take it back with the undo button.
- Save & Load Game: Save your ongoing games and resume them later.
- Interactive Buttons: Enjoy a user-friendly interface with clickable buttons with hover effects.
To get started, follow these steps:
- Clone the repository to your local machine.
- Open Command Prompt and navigate to the project directory.
- Compile the source code.
gcc chess.c gui.c arraylist.c -o chess.exe
- Run the executable file to start the game.