Skip to content

JeromeSchmied/Ludo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ludo

Ludo game in pure c++, no dependencies.

running:

git clone --depth=1 https://github.com/JeromeSchmied/Ludo.git
cd Ludo
mkdir build
cd build
cmake ..
make
./ludo