Skip to content

martin-olivier/Klondike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klondike

A Klondike game written in C++ Exemple

Prerequirement

To build the game, you will need to install the SFML library:
https://www.sfml-dev.org/download/sfml/2.5.1/

You will also need cmake with a version upper or equal to 3.17

pip install cmake

Build

After cloning the repository enter the following commands to build the game :

cmake . -B build
cmake --build build

Usage

./Klondike