From a80aa170de0f775873217ce2850c834a9d6f8f31 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 18 Mar 2026 22:52:57 -0700 Subject: [PATCH] Complete: Updated cross-references after predator-chase-escape.md deletion (SUMMARY.md, SQ3, SQ4 inspiration pages) --- src/SUMMARY.md | 1 - src/inspiration/spacequest-iii-the-pirates-of-pestulon.md | 2 +- src/inspiration/spacequest-iv-the-rogerwars.md | 4 ++-- src/puzzles/predator-chase-escape.md | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 src/puzzles/predator-chase-escape.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 54a5650..f226607 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -94,7 +94,6 @@ A taxonomy of puzzle design patterns from classic point-and-click adventure game # Infiltration & Stealth - [Corporate Infiltration](puzzles/corporate-infiltration.md) -- [Predator Chase Escape](puzzles/predator-chase-escape.md) # Class & Faction Systems diff --git a/src/inspiration/spacequest-iii-the-pirates-of-pestulon.md b/src/inspiration/spacequest-iii-the-pirates-of-pestulon.md index 153bc65..de39e31 100644 --- a/src/inspiration/spacequest-iii-the-pirates-of-pestulon.md +++ b/src/inspiration/spacequest-iii-the-pirates-of-pestulon.md @@ -151,7 +151,7 @@ Detonator destroys force field generator; Roger races through collapsing bridge |------|-------------------|--------------| | Garbage Scow Engine Salvage | Navigate conveyor systems; use grabber cart to locate and deliver engine parts to ship for escape | [Meta-Puzzle Construction](../puzzles/meta-puzzle-construction.md) | | Rat Pit Ladder Retrieval | Fall into underground rat tunnels; collect reactor and wires while rats steal carried items upon ascent | [Observation Replay](../puzzles/observation-replay.md) | -| Terminators Belt Theft via Cave Monsters | Bait Terminator pursuit into cave filled with man-eating lifeforms; retrieve invisibility belt from corpse | [Predator Chase Escape](../puzzles/predator-chase-escape.md) | +| Terminators Belt Theft via Cave Monsters | Bait Terminator pursuit into cave filled with man-eating lifeforms; retrieve invisibility belt from corpse | [NPC Distraction Physics](../puzzles/distraction-physics.md) | | Face Scanner Photo Deception | Copy Elmo's picture in office; present copy to security scanner while boss is away at meeting | [Sensory Exploitation](../puzzles/sensory-exploitation.md) | | Glowing Gem Commerce Exchange | Sell initial inventory item (glowing gem) for Buckazoids; use currency to purchase critical quest items | [Information Brokerage](../puzzles/information-brokerage.md) | | Thermoweave Underwear Environmental Protection | Wear purchased heat-resistant clothing before Ortega landing; without it, character dies instantly on surface | [Meta-Puzzle Construction](../puzzles/meta-puzzle-construction.md) | diff --git a/src/inspiration/spacequest-iv-the-rogerwars.md b/src/inspiration/spacequest-iv-the-rogerwars.md index 3b62e48..cdde216 100644 --- a/src/inspiration/spacequest-iv-the-rogerwars.md +++ b/src/inspiration/spacequest-iv-the-rogerwars.md @@ -172,11 +172,11 @@ Roger connects PocketPal to terminal, deletes all security robots via toilet ico | Name | Problem & Solution | Pattern Type | |------|-------------------|--------------| | Bunny Battery Theft via Rope Trap | Set rope snare in ruined city; catch wandering bunny alive; examine captured animal to extract hidden battery from its body | [Observation Replay](../puzzles/observation-replay.md) | -| Slime Jar Collection from Sewer Grate | Lure acidic slime creature through sewers without contact; use empty jar on moving blob before it returns underground | [Predator Chase Escape](../puzzles/predator-chase-escape.md) | +| Slime Jar Collection from Sewer Grate | Lure acidic slime creature through sewers without contact; use empty jar on moving blob before it returns underground | [NPC Distraction Physics](../puzzles/distraction-physics.md) | | ATM Account Theft via Gender Disguise | Purchase ladies' clothing; wear female disguise at software store exterior; use Zondra's abandoned ATM card to "clean house" account balance | [Sensory Exploitation](../puzzles/sensory-exploitation.md) | | Laser Angle Mathematics Puzzle | Calculate correct angles (156, 024, 108 degrees) for three rotating laser rings after revealing beam positions via smoke scattering | [Pattern Learning](../puzzles/pattern-learning.md) | | Droid Maze Route Memorization | Navigate robot patrol section; observe movement patterns through observation points; time crossings when guards are cleared | [Observation Replay](../puzzles/observation-replay.md) | -| Skate-O-Rama Anti-Gravity Escape | Swim through zero-G rink to rooftop level while evading pursuers from arcade hall; moving prevents being shot by enemies | [Predator Chase Escape](../puzzles/predator-chase-escape.md) | +| Skate-O-Rama Anti-Gravity Escape | Swim through zero-G rink to rooftop level while evading pursuers from arcade hall; moving prevents being shot by enemies | [Timed Consequence](../puzzles/timed-consequence.md) | | Monolith Burger Employment Sequence | Apply for burger-flipping job; complete timed minigame or be fired anyway either way (cigar retrieval succeeds on first dismissal) | [Comedy-Based Persuasion](../puzzles/comedy-based-persuasion.md) | | Final Disk Upload Beam Transfer | Insert disk in computer; navigate interface menu selecting beam download, disk upload options with correct body target selected | [Meta-Puzzle Construction](../puzzles/meta-puzzle-construction.md) | diff --git a/src/puzzles/predator-chase-escape.md b/src/puzzles/predator-chase-escape.md new file mode 100644 index 0000000..fecbac8 --- /dev/null +++ b/src/puzzles/predator-chase-escape.md @@ -0,0 +1 @@ +# Predator Chase Escape