Files
puzzle-design-kb/README.md
Bryce a663769121 Document puzzles from 18 additional adventure games (25/30 complete)
Games analyzed:
- Indiana Jones: Fate of Atlantis (Team/Wits/Fists paths)
- Day of the Tentacle (cross-temporal causality, multi-character coordination)
- Grim Fandango (noir afterworld investigation)
- King's Quest III, VII, VIII (transformation puzzles, mask collection)
- SpaceQuest 1-4 (sci-fi comedy escape sequences)
- Quest for Glory 1-4 (RPG-hybrid, class-specific solutions)
- Beneath a Steel Sky (cyberpunk hacking)
- Broken Sword 1 & 2 (Revolution Software investigation patterns)
- The Longest Journey (cross-realk fantasy/sci-fi)
- Syberia (mechanical/clockwork puzzles)

New puzzle type created:
- class-specific-ritual.md (QFG3 parallel character solutions)

Enhanced documentation with citations for 20+ puzzle types across all games.
2026-03-18 12:00:21 -07:00

6.0 KiB

Puzzle Types in Adventure Games

A taxonomy of puzzle design patterns derived from analysis of classic Sierra, LucasArts, Revolution Software, and Microids adventure games (King's Quest III-VIII, Maniac Mansion, Secret of Monkey Island, Simon the Sorcerer, Legend of Kyrandia, Sam & Max Hit the Road, The Dig, Full Throttle, Indiana Jones: Fate of Atlantis, Space Quest I-IV, Quest for Glory I-IV, Beneath a Steel Sky, Broken Sword series, Syberia, The Longest Journey), focusing on mechanics of information conveyance and player action. Notable for mechanical/clockwork-themed puzzles involving automatons, music boxes, and gear systems (SYB).

Table of Contents

# Puzzle Type Core Mechanic Game Source
1 Multi-Faceted Plan Puzzle Requirements discovered incrementally; player synthesizes complete mental model KQVI/KQVII/KQVIII/SMHTR/INDY2/SQ1/SQ2/SQ4/QFG1/BS1/BS2/TLJ/SYB/GF
2 Sensory Exploitation Puzzle Character perceptual vulnerabilities exploited through item matching KQIII/KQVI/KQVII/MI/SMHTR/INDY2/SQ1/QFG1/BS1/TLJ/SYB/GF
3 Metaphor-to-Literal Translation Abstract language interpreted as literal game mechanics MI/SQ2
4 Information Brokerage Chain Implicit NPC exchange network mapped through incremental interaction KQVI/KQVII/MI/INDY2/SQ1/TD/BS1/BS2/TLJ/SYB/GF
5 Timed Consequence Puzzle Narrative urgency without mechanical deadline; consequence is permanent story change KQIII/KQVI/MM/SIMON/QFG1/BAS/BS1
6 Environmental Storytelling Discovery Information hidden in environment; discovered through examination, observation KQVI/KQVII/QFG1/SYB/GF
7 Cross-Realm Logistics Puzzle Inventory management across multiple locations/realms; rewards forward planning KQVI/KQIII/KQVII/KQVIII/INDY2/SQ4/TLJ/SYB
8 Truth Revelation Mechanic Items reveal hidden truth; truth itself is the solution KQVI/KQVII/SQ1/SYB/GF
9 Observation Replay Puzzle Single viewing of sequence, must reproduce exactly when opportunity arises KQIII/KQVII/KQVIII/MM/MI/SIMON/INDY2/QFG1/SQ1/SQ2/SQ4/BAS/BS1/BS2/TLJ/SYB/GF/GK1
10 Pattern Learning / Knowledge Transfer Learn rule set in low-stakes domain; apply exhaustively under consequences MI/TD/KQVII/BAS/BS1/BS2/GF
11 Environmental Memo Chain Scattered written fragments across locations; synthesize narrative to reveal solution MI/SQ4/SYB/GF
12 NPC Distraction Physics Manipulate environment to break NPC blocking pattern without confrontation MI/INDY2/BS1/BS2/TLJ/GF/GK1
13 Meta-Puzzle Construction Sequential interdependence; each step's output becomes next step's input MI/MM/KQIII/KQVII/KQVIII/SMHTR/IJOA/TD/INDY2/SQ1/SQ4/BAS/BS1/TLJ/SYB/GF
14 Multi-Character Coordination Puzzle Multiple characters required for separated location actions; single character physically impossible MM/DOTT/TD/INDY2
15 Cross-Temporal Causality Puzzle Actions in one time period create immediate consequences in another; solution requires understanding historical causality DOTT/TLJ/GF
16 Surreal Logic Bridge Real-world causality rejected for cartoon/comedy equivalences; success requires abandoning realistic reasoning SMHTR
17 Comedy-Based NPC Persuasion Dialogue success depends on tonal comedy matching, not logical argument or trade SMHTR/GF
18 Symbol Code Translation Visual symbols on artifact translate to interface actions via shape/color+order matching; applied exhaustively TD/INDY2/KQVII/KQVIII/BS1/BS2/TLJ/SYB/GF
19 Robot Programming / Color-Encoded Sequences Abstract color→action rule discovery through experimentation; compose original sequences TD/SYB
20 Escalating Combat Progression Sequential combat gauntlet where each victory yields weapon needed for next opponent FT

Core Principles

These puzzle types share common characteristics that define adventure game puzzle design:

Limited Actions, Unlimited Combinations

The standard adventure game action set (LOOK, TALK, USE, WALK, TAKE) is applied in novel ways. The puzzle emerges from the combination of actions, not from complex input systems.

Information as Puzzle Element

The puzzle is often "what does the game know that I need to find out?" rather than "what do I need to do?" Information discovery is the primary mechanic.

Failure as Feedback

Failed attempts reveal information about what's missing or wrong. The puzzle teaches through consequences, not explicit instruction.

Synthesis Over Collection

The solution often requires combining information from multiple sources. No single action completes the puzzle—player must synthesize.


Documentation Structure

Each puzzle type document contains:

  • Information Architecture: How information is conveyed to the player
  • Player Action Pattern: What the player does with that information
  • Core Mechanic: The underlying puzzle logic
  • Variations: Different ways this type can manifest
  • Adventure Game Implementation: How limited actions (LOOK, TALK, USE, WALK) map to the puzzle
  • Example Structure: Generic template showing how the puzzle works
  • Game Examples: Concrete instances from walkthroughs (KQVI or MI)
  • Related Types: Cross-references to similar puzzle mechanics