Ludo Game

Ludo is a popular game around the world, and I've personally played it in Congo. As a way of learning the ruby programming language and the ruby on rails API, I wrote an online version of the Ludo game that uses socket.io to allow real-time play. This application is also built on top of ReactJS, which allowed me to further develop my ReactJS skills.

Because I didn't want to spend money hosting this website (since I was really just doing this for fun), I've set it up in such a way that anyone can download this game on their laptop, install ruby on rails, run the server, and publish it online using ngrok, a simple tool that forwards http request to a local running server.

Next
Next

Closest Strings Challenge