This is my implementation of a draughts game in C which allows two users to play against each other. The program has no GUI and displays a game board in terminal. I've used libxml2 for parsing XML files and CMake for project compilation. In the video below you can see an exemplary gameplay.
- CMake
- Make
- libxml2 (download)
First, clone the repository:
git clone https://github.com/sgol13/c-draughts.git
cd c-draughts
Then you can compile and run the game by using a prepared bash script:
./run
This project is under MIT license.