Update README with Meta-Puzzle Construction; add MI game examples to Sensory Exploitation

This commit is contained in:
2026-03-17 20:03:45 -07:00
parent 2268aa1855
commit 304e553331
2 changed files with 35 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ A taxonomy of puzzle design patterns derived from analysis of King's Quest VI: H
| 10 | [Pattern Learning / Knowledge Transfer](./puzzles/pattern-learning.md) | Learn rule set in low-stakes domain; apply exhaustively under consequences | MI |
| 11 | [Environmental Memo Chain](./puzzles/memo-chain.md) | Scattered written fragments across locations; synthesize narrative to reveal solution | MI |
| 12 | [NPC Distraction Physics](./puzzles/distraction-physics.md) | Manipulate environment to break NPC blocking pattern without confrontation | MI |
| 13 | [Meta-Puzzle Construction](./puzzles/meta-puzzle-construction.md) | Sequential interdependence; each step's output becomes next step's input | MI |
---