Escape Made Easy (E.M.E.)

This rougelike game began development in 2012 using C++98 (yes, I still used C++98 until 2013) and SDL 1.2. By the time the game was 90% complete and already beatable, I encountered a few serious bugs that I couldn't fix, which led me to stop working on it and eventually forget about it. In 2024 I developed a dynamic music system for my Doom-style game engine, 'Portals'. To showcase this feature, I decided to revisit and complete the roguelike game. I succeeded in fixing the bugs and integrated the first iteration of the dynamic music system. Additionally, the code was updated to C++17 and SDL 2.0 in 2024, then migrated to C++23 and SDL 3.0 in 2026, while still using raw pointers and function pointers. The game has a language selector (English & German) since version 0.4. I might continue working on this game in the future and add a few more features to it.