Official development blog

Tag Archives: Prefabs

Map Composition

Much of the “living dungeon” concept described previously applies to the main complex, and some branches. Roguelikes of significant scope tend to use a combination of map generation techniques, necessary to fill the game world with unique maps appropriate for their respective areas. Different map types are also likely to require different algorithms to populate […]

Posted in Design | Also tagged , , , , , , | 6 Responses

Dungeon Prefabs

Procedurally generated maps are great, but even with variety factored into an algorithm it naturally won’t produce anything outside its parameters. This is good in that it keeps the style consistent, but individual areas sacrifice character as a result. Hand-crafted map pieces can restore some of that character where you really need it, be that […]

Posted in Design, Dev Series: Procedural Maps | Also tagged , , | 5 Responses

Procedural Map Generation

Procedurally generated maps are a core feature of roguelikes. For a genre that is almost synonymous with “randomness” (within reason), randomized maps are the easiest way to broadly manifest that key element since maps affect many aspects of gameplay from exploration strategy and tactical positioning to item and enemy locations. Notice how walkthroughs for strategy […]

Posted in Design, Dev Series: Procedural Maps | Also tagged , , , , | 4 Responses