Skip to content

sgol13/c-draughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draughts

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.

Draughts video

Requirements

Compilation

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

License

This project is under MIT license.