From 22da94f53316426c7d94cab8312d9927e80a5747 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 18 Mar 2026 22:53:26 -0700 Subject: [PATCH] Complete: Removed predator-chase-escape reference from src/README.md puzzle type table --- src/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 0b782b0..3eded75 100644 --- a/src/README.md +++ b/src/README.md @@ -31,8 +31,7 @@ A taxonomy of puzzle design patterns derived from analysis of classic Sierra, Lu | 19 | [Robot Programming / Color-Encoded Sequences](./puzzles/robot-programming.md) | Abstract color→action rule discovery through experimentation; compose original sequences | TD/SYB | | 20 | [Escalating Combat Progression](./puzzles/escalating-combat-progression.md) | Sequential combat gauntlet where each victory yields weapon needed for next opponent | FT/SQ3/QFG3 | | 21 | [Corporate Infiltration Puzzle](./puzzles/corporate-infiltration.md) | Multi-layer security breach requiring disguise, behavioral role-play, and credential synthesis | INDY1/SQ3/QFG3 | -| 22 | [Predator Chase Escape](./puzzles/predator-chase-escape.md) | Redirect environmental hazards toward pursuing antagonist; timing/positioning critical | SQ3 | -| 23 | [Repair Chain Construction](./puzzles/repair-chain-construction.md) | Sequential component installation where each repair enables next system functionality | SQ3 | +| 22 | [Repair Chain Construction](./puzzles/repair-chain-construction.md) | Sequential component installation where each repair enables next system functionality | SQ3 | | 24 | [Class-Specific Ritual Challenge](./puzzles/class-specific-ritual.md) | Same narrative obstacle solved through mechanically distinct class implementations | QFG3/QFG4 | | 25 | [Multi-Faction Diplomacy Puzzle](./puzzles/multi-faction-diplomacy.md) | Multiple warring groups independently satisfied before unified conflict resolution possible | QFG3 |