Realm of the Mad Lad

As part of doing my bachelor’s in software development, I had to learn about big and distributed systems. Together with two others, I made Realm of the Mad Lad. The game is a very light MMO where you explore, kill monsters, earn gold so you can buy better gear and level up.
 
The game is built with a microservice architecture, so we have many small systems that run in isolated environments and can scale independently. We considered AWS, but decided to deploy on our own hardware.
 
Below you can download a version of the server and client that bundles most of our services. Because it is not running as a distributed system some features are missing.
When you enter the game write “/login abc abc” then “/connect 127.0.0.1:12537“.
 

Made by
Levi Moore