Devblog #27. Filling the Dungeon
How IRSEN uses its graph structure to populate rooms, separating the main route and side branches by role, risk, and rewards.
The Dungeon is a dice-based roguelite that combines procedural dungeon generation with turn-based exploration and combat. After spending time in Early Access, the game reached its full 1.0 release earlier this summer to generally positive reception from the roguelike community.
Recent developer updates have focused on the underlying systems that shape the game's structure. A technical post detailed how the graph-based architecture handles dungeon population, distinguishing between the critical path and optional branches through careful consideration of difficulty, risk, and reward distribution. This kind of systematic design underscores the game's approach to creating varied runs without sacrificing coherent pacing or progression.
How IRSEN uses its graph structure to populate rooms, separating the main route and side branches by role, risk, and rewards.
Die in the Dungeon left Early Access earlier this summer, and we recently took a closer look at this dice-based roguelite after it hit 1.0.