/Klondike

Klondike game in C language

Primary LanguageCGNU General Public License v3.0GPL-3.0

Klondike

install the game

git clone https://github.com/m2cci-TDP/Klondike.git
cd Klondike
make

run

./Reussites.e

work

git clone https://github.com/m2cci-TDP/Klondike.git
cd Klondike
git checkout dev

push a change

git add *
git commit -m "nom du commit"
git push origin dev

pull changing before work

git pull

For running tests

sudo apt-get install check valgrind
make check