Commit Graph

7 Commits

Author SHA1 Message Date
c93a73aee0 Analyze Zak McKracken: Observation Replay (alien spaceship escape, Mars face dance code), Multi-Character Coordination (pyramid escape); clarified Pattern Learning vs Observation Replay distinction 2026-03-18 00:04:47 -07:00
67bf25f8cc Analyze Maniac Mansion: Added Multi-Character Coordination puzzle type; documented pool reactor meltdown (Timed Consequence), arcade code observation (Observation Replay), music room demo chain & envelope steam puzzle (Meta-Puzzle Construction)
Puzzles documented:
- Pool Reactor Meltdown: Two-character timed sequence with narrative urgency
- Meteor Mess Arcade: Observation replay of cutscene high score
- Music Room Demo Tape → Contract: Sequential meta-construction chain for Syd/Razor ending
- Envelope Steam Extraction: Resource transformation puzzle with temporal separation

New puzzle type created: Multi-Character Coordination (exploits party system for actions spanning separated locations)

Files updated: timed-consequence.md, observation-replay.md, meta-puzzle-construction.md, README.md
Walkthroughs collected: syntax2000 walkthrough + wikipedia game overview
2026-03-17 23:55:40 -07:00
11781882a5 Add VitePress setup for browsing puzzle documentation 2026-03-17 20:26:39 -07:00
08f62c9aef progress 2026-03-17 20:22:03 -07:00
9180ccfaab Add adventure-puzzle-analyzer skill for walkthrough analysis and playbook updates 2026-03-17 20:10:59 -07:00
304e553331 Update README with Meta-Puzzle Construction; add MI game examples to Sensory Exploitation 2026-03-17 20:03:45 -07:00
2268aa1855 Add adventure game puzzle design knowledge base
13 puzzle types derived from King's Quest VI and Monkey Island I/II:

Existing (KQVI): Multi-Faceted Plan, Sensory Exploitation, Metaphor-to-Literal,
Information Brokerage, Timed Consequence, Environmental Storytelling Discovery,
Cross-Realm Logistics, Truth Revelation

New (MI1/II): Observation Replay, Pattern Learning/Knowledge Transfer,
Memo Chain, Distraction Physics, Meta-Puzzle Construction

Each document includes:
- Information Architecture (how info is conveyed)
- Player Action Pattern (what player does with info)
- Core Mechanic (underlying puzzle logic)
- Variations and game examples
- Related types for cross-reference
2026-03-17 20:03:20 -07:00