Skip to content

jarjk/Ludo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ludo

Ludo game in pure c++, no dependencies.

demo

running:

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

About

Implementation of Ludo game in c++

Topics

Resources

Stars

Watchers

Forks

Contributors