C++ Ludo Game
When I was a University student, we were tasked to implement a simple Ludo game in C++ language. It was a fun project and I learned a few things from it. The code is not that great but it works! And at the time, I was proud of it. So why not share it!
You can find the code on this GitHub repository.
Note: I used the rlutil
library to change foreground colors. To compile it, you need to download it and add it to your project headers.
“rlutil” project’s blog: http://tapiov.net/rlutil