Skip to content

Breath of the Wild Exploration

Overview

Breath of the Wild is a useful baseline for open-world procedure design where guidance exists but path choice remains player-owned.

Reusable Design Patterns

  • Landmark-first navigation: distant silhouettes provide orientation without explicit pathing.
  • Curiosity loops: visible anomaly -> optional detour -> local reward -> new lead.
  • Multi-solution traversal: stamina, gadgets, weather, and terrain create situational routes.
  • Distributed micro-content: many small discoveries maintain momentum between major sites.

Referee Uses

  • Write map keys so every horizon reveal offers at least two optional hooks.
  • Treat weather and verticality as route variables, not flavor text.
  • Keep encounter density low but significance high in traversal phases.

See Also