Advent Horizon
Advent Horizon is a game that was developed in 4 days for the GMTK Game Jam 2026. I collaborated with the Salty Squad team as a developer and helped create the code for the game. Because we developed the game in a very short time, we ended up using shortcuts and quick hacks that enabled us to finish the game on time. But those shortcuts created a codebase that is both brittle and harder to change. My objective for this DevLog is to revisit the code, applying some principles from Software Architecture, and learn from this process.
Decoupling Using Signals
This post is licensed under CC BY 4.0 by the author.