sgol13 / c-draughts

Draughts game in terminal. (2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Draughts game in terminal. (2019)

License:MIT License


Languages

Language:C 97.5%Language:CMake 1.8%Language:Shell 0.8%