Skip to content

Traversal-Triggered Dungeon Generation

Overview

Traversal-triggered dungeon generation is a procedure in which the dungeon is created as the party moves. The map does not exist in full beforehand. Instead, exploration triggers chained results that define passages, branches, rooms, traps, stairs, and encounters.

The dungeon grows because someone goes deeper.

Core Pattern

The procedure loops through five beats:

  1. move a set distance
  2. trigger a periodic check
  3. generate the next spatial or hazard feature
  4. record the result on the map
  5. continue from the new state

This makes traversal itself the generator.

Standard Procedure

  1. Start from a known entrance or anchor point.
  2. Advance a standard distance.
  3. Roll the periodic generation check.
  4. If the result creates a door, passage, room, stair, trap, or monster, resolve the linked table chain.
  5. Add the generated feature to the map and update any immediate state.
  6. Repeat as the party continues.

Why It Works at the Table

  • The referee can be surprised alongside the players.
  • Geometry emerges from movement rather than from abstract room stocking.
  • Solo and one-on-one play become more viable because the procedure self-propels.
  • Spatial irregularity feels natural because it arises from chained triggers.

Trigger Rule

The key idea is that features are not rolled in isolation.

  • corridors generate checks
  • checks generate features
  • features create new traversal choices
  • those choices trigger further checks

That chain keeps the dungeon coherent as a process rather than a static table result.

State and Consequence Rule

Good traversal generation includes more than walls.

  • trap effects should change state
  • stairs should alter depth and route logic
  • treasure and monster results should affect risk appetite
  • boundary rerolls should preserve usable geometry

The dungeon should evolve as a navigated problem, not just as a revealed map.

Referee Procedure

  1. Keep the periodic check cadence consistent.
  2. Record each generated feature immediately.
  3. Reject or reroll outputs that break map sense.
  4. Let secret doors, traps, and stairs change how players read the evolving space.
  5. Stop detailing when the session does not need more depth yet.

Design Guidance

  • Traversal-driven methods are strongest when the group accepts emergent structure.
  • A preplanned upper layer or entry area helps orient the procedure.
  • Secret door and stair rules matter because they change route texture, not just surprise rate.
  • Reward tables should scale with depth or danger so continued movement feels purposeful.

Practical Comparison Rule

Use traversal-triggered generation when you want exploratory momentum, referee surprise, or solo viability. Use authored dungeon prep when thematic control, faction placement, and bespoke set-piece design matter more than emergence.

See Also