Add Monkey Island 1: The Secret of Monkey Island game page
This commit is contained in:
@@ -85,6 +85,7 @@ A practical handbook for designing puzzles in point-and-click adventure games.
|
|||||||
- [King's Quest VIII: Mask of Eternity (1998)](inspiration/kings-quest-viii-mask-of-eternity.md)
|
- [King's Quest VIII: Mask of Eternity (1998)](inspiration/kings-quest-viii-mask-of-eternity.md)
|
||||||
- [The Legend of Kyrandia: Book One (1992)](inspiration/the-legend-of-kyrandia-book-one.md)
|
- [The Legend of Kyrandia: Book One (1992)](inspiration/the-legend-of-kyrandia-book-one.md)
|
||||||
- [Maniac Mansion (1987)](inspiration/maniac-mansion.md)
|
- [Maniac Mansion (1987)](inspiration/maniac-mansion.md)
|
||||||
|
- [Monkey Island 1: The Secret of Monkey Island (1990)](inspiration/monkey-island-1-the-secret-of-monkey-island.md)
|
||||||
- [Quest for Glory 1: Shadows of Darkness (1989)](inspiration/quest-for-gloves-1-shadows-of-darkness.md)
|
- [Quest for Glory 1: Shadows of Darkness (1989)](inspiration/quest-for-gloves-1-shadows-of-darkness.md)
|
||||||
- [Quest for Glory II: Trial by Fire (1989)](inspiration/quest-for-glory-ii-trial-by-fire.md)
|
- [Quest for Glory II: Trial by Fire (1989)](inspiration/quest-for-glory-ii-trial-by-fire.md)
|
||||||
- [Quest for Glory III: Wages of War (1992)](inspiration/quest-for-glory-iii-wages-of-war.md)
|
- [Quest for Glory III: Wages of War (1992)](inspiration/quest-for-glory-iii-wages-of-war.md)
|
||||||
|
|||||||
159
src/inspiration/monkey-island-1-chart.mmd
Normal file
159
src/inspiration/monkey-island-1-chart.mmd
Normal file
@@ -0,0 +1,159 @@
|
|||||||
|
flowchart TD
|
||||||
|
%% =============================================================================
|
||||||
|
%% FONT SIZE & CONFIGURATION
|
||||||
|
%% =============================================================================
|
||||||
|
node[fontsize=18]
|
||||||
|
START["**START**"] --> A_TALK_TO_BARKEEP["A: Talk to Bartender"]
|
||||||
|
START --> A_EXPLORE_MELEE["A: Explore Melee Island"]
|
||||||
|
A_EXPLORE_MELEE --> A_FIND_MAP_VENDOR["A: Find Map Vendor"]
|
||||||
|
A_FIND_MAP_VENDOR --> A_BUY_MAP_PIECES
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% MELEE ISLAND - Scumm Bar & Town (area_1 - light blue)
|
||||||
|
%% =============================================================================
|
||||||
|
subgraph area_1["**MELEE ISLAND - Scumm Bar & Town**"]
|
||||||
|
A_TALK_TO_BARKEEP["A: Talk to Bartender"] --> O_RECEIVE_JOIN_CONDITIONS["O: Learn Three Trials"]
|
||||||
|
O_RECEIVE_JOIN_CONDITIONS --> A_GET_KEY["A: Get Scumm Bar Key"]
|
||||||
|
A_GET_KEY --> O_RECEIVE_KEY["O: Receive Key"]
|
||||||
|
|
||||||
|
O_RECEIVE_KEY --> A_UNLOCK_LOOKOUT["A: Unlock Lookout"]
|
||||||
|
A_UNLOCK_LOOKOUT --> O_LOOKOUT_ACCESS["O: Lookout Unlocked"]
|
||||||
|
|
||||||
|
O_LOOKOUT_ACCESS --> A_USE_SPYGLASS["A: Use Spyglass"]
|
||||||
|
A_USE_SPYGLASS --> O_SEE_SHIPWRECK["O: See Shipwreck Island"]
|
||||||
|
O_SEE_SHIPWRECK --> O_TRIAL_TREASURE_COMPLETE
|
||||||
|
|
||||||
|
O_RECEIVE_JOIN_CONDITIONS --> P_TRIAL_SWORD["P: Trial 1 - Sword Fighting"]
|
||||||
|
O_RECEIVE_JOIN_CONDITIONS --> P_TRIAL_THIEVERY["P: Trial 2 - Thievery"]
|
||||||
|
O_RECEIVE_JOIN_CONDITIONS --> P_TRIAL_TREASURE["P: Trial 3 - Treasure Map"]
|
||||||
|
|
||||||
|
%% Sword Fighting Trial
|
||||||
|
P_TRIAL_SWORD --> A_GO_TO_BEACH["A: Go to Beach"]
|
||||||
|
A_GO_TO_BEACH --> A_FIGHT_SWORDMASTER["A: Challenge Swordmaster"]
|
||||||
|
A_FIGHT_SWORDMASTER --> O_LOSE_FIRST_FIGHT["O: Lose First Fight"]
|
||||||
|
O_LOSE_FIRST_FIGHT --> A_LEARN_INSULTS["A: Learn Insults from Pirates"]
|
||||||
|
A_LEARN_INSULTS --> O_RECEIVE_COMEBACKS["O: Learn Comebacks"]
|
||||||
|
O_RECEIVE_COMEBACKS --> A_CHALLENGE_AGAIN["A: Challenge Swordmaster Again"]
|
||||||
|
A_CHALLENGE_AGAIN --> O_TRIAL_SWORD_COMPLETE["O: Sword Trial Complete"]
|
||||||
|
|
||||||
|
%% Thievery Trial
|
||||||
|
P_TRIAL_THIEVERY --> A_GO_TO_GRAVEYARD["A: Go to Graveyard"]
|
||||||
|
A_GO_TO_GRAVEYARD --> A_USE_SHOVEL["A: Use Shovel on Grave"]
|
||||||
|
A_USE_SHOVEL --> O_RECEIVE_DIRT["O: Receive Shovelful of Dirt"]
|
||||||
|
O_RECEIVE_DIRT --> A_GO_TO_CARPENTER["A: Go to Carpenter Shop"]
|
||||||
|
A_GO_TO_CARPENTER --> A_GIVE_DIRT_TO_DOG["A: Give Dirt to Dog"]
|
||||||
|
A_GIVE_DIRT_TO_DOG --> O_DOG_DISTRACTED["O: Dog Distracted"]
|
||||||
|
O_DOG_DISTRACTED --> A_GET_RUBBER_CHICKEN["A: Take Rubber Chicken"]
|
||||||
|
A_GET_RUBBER_CHICKEN --> O_RECEIVE_RUBBER_CHICKEN["O: Receive Rubber Chicken"]
|
||||||
|
O_RECEIVE_RUBBER_CHICKEN --> O_TRIAL_THIEVERY_COMPLETE["O: Thievery Trial Complete"]
|
||||||
|
|
||||||
|
%% Treasure Map Trial
|
||||||
|
P_TRIAL_TREASURE --> A_BUY_MAP_PIECES["A: Buy Map Pieces from Vendor"]
|
||||||
|
A_BUY_MAP_PIECES --> O_RECEIVE_MAP_INFO["O: Learn Map Piece Locations"]
|
||||||
|
O_RECEIVE_MAP_INFO --> O_TRIAL_TREASURE_COMPLETE["O: Map Trial Complete"]
|
||||||
|
end
|
||||||
|
style area_1 fill:#E3F2FD,stroke:#1976D2,stroke-width:3px
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% GATEWAY: Three Trials Complete - Get Ship and Crew
|
||||||
|
%% =============================================================================
|
||||||
|
O_TRIAL_SWORD_COMPLETE & O_TRIAL_THIEVERY_COMPLETE & O_TRIAL_TREASURE_COMPLETE --> C1["C1: All Trials Complete"]
|
||||||
|
C1 --> A_SHOW_MAP_TO_DOCKMASTER["A: Show Map Pieces to Dockmaster"]
|
||||||
|
A_SHOW_MAP_TO_DOCKMASTER --> O_RECEIVE_SHIP["O: Receive Ship and Crew"]
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% UNLOCK: Island Travel
|
||||||
|
%% =============================================================================
|
||||||
|
O_RECEIVE_SHIP --> UNLOCK_ISLAND_TRAVEL["**UNLOCK: Island Travel**"]
|
||||||
|
UNLOCK_ISLAND_TRAVEL --> P_SCABB_ISLAND["P: Scabb Island - Get Map Piece"]
|
||||||
|
UNLOCK_ISLAND_TRAVEL --> P_BOOTY_ISLAND["P: Booty Island - Get Map Piece"]
|
||||||
|
UNLOCK_ISLAND_TRAVEL --> P_PHATT_ISLAND["P: Phatt Island - Get Map Piece"]
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% SCABB ISLAND - Governor's Mansion (area_2 - light orange)
|
||||||
|
%% =============================================================================
|
||||||
|
subgraph area_2["**SCABB ISLAND - Governor's Mansion**"]
|
||||||
|
P_SCABB_ISLAND --> A_EXPLORE_SCABB["A: Explore Scabb Town"]
|
||||||
|
A_EXPLORE_SCABB --> A_FIND_MANSION["A: Find Governor's Mansion"]
|
||||||
|
A_FIND_MANSION --> P_MANSION_LOCKED["P: Mansion Guarded"]
|
||||||
|
|
||||||
|
P_MANSION_LOCKED --> A_CREATE_DIVERSION["A: Create Diversion"]
|
||||||
|
A_CREATE_DIVERSION --> A_GET_OIL["A: Get Can of Oil"]
|
||||||
|
A_GET_OIL --> O_RECEIVE_OIL["O: Receive Oil"]
|
||||||
|
|
||||||
|
O_RECEIVE_OIL --> A_OIL_CHANDELIER["A: Oil Chandelier Pulley"]
|
||||||
|
O_RECEIVE_RUBBER_CHICKEN --> A_CHICKEN_ON_PULLEY["A: Use Rubber Chicken on Pulley"]
|
||||||
|
A_OIL_CHANDELIER & A_CHICKEN_ON_PULLEY --> O_CHANDALIER_FALLS["O: Chandelier Falls"]
|
||||||
|
|
||||||
|
O_CHANDALIER_FALLS --> C2["C2: Diversion Created"]
|
||||||
|
C2 --> A_SNEAK_UPSTAIRS["A: Sneak Upstairs"]
|
||||||
|
A_SNEAK_UPSTAIRS --> A_OPEN_SAFE["A: Open Safe"]
|
||||||
|
A_OPEN_SAFE --> O_RECEIVE_SCABB_MAP["O: Receive Scabb Map Piece"]
|
||||||
|
end
|
||||||
|
style area_2 fill:#FFF3E0,stroke:#F57C00,stroke-width:3px
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% BOOTY ISLAND - Cannibal Village (area_3 - light purple)
|
||||||
|
%% =============================================================================
|
||||||
|
subgraph area_3["**BOOTY ISLAND - Cannibal Village**"]
|
||||||
|
P_BOOTY_ISLAND --> A_EXPLORE_SWAMP["A: Explore Swamp"]
|
||||||
|
A_EXPLORE_SWAMP --> A_FIND_CANNIBALS["A: Find Cannibal Village"]
|
||||||
|
A_FIND_CANNIBALS --> P_CAPTURED_BY_CANNIBALS["P: Captured by Cannibals"]
|
||||||
|
|
||||||
|
P_CAPTURED_BY_CANNIBALS --> A_ESCAPE_POT["A: Escape Cooking Pot"]
|
||||||
|
A_ESCAPE_POT --> O_RECEIVE_CANNIBAL_FREEDOM["O: Escape from Pot"]
|
||||||
|
O_RECEIVE_CANNIBAL_FREEDOM --> A_BECOME_LEADER["A: Become Cannibal Leader"]
|
||||||
|
A_BECOME_LEADER --> O_RECEIVE_BOOTY_MAP["O: Receive Booty Map Piece"]
|
||||||
|
end
|
||||||
|
style area_3 fill:#F3E5F5,stroke:#7B1FA2,stroke-width:3px
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% PHATT ISLAND - Governor's Mansion (area_4 - light green)
|
||||||
|
%% =============================================================================
|
||||||
|
subgraph area_4["**PHATT ISLAND - Governor's Mansion**"]
|
||||||
|
P_PHATT_ISLAND --> A_EXPLORE_PHATT["A: Explore Phatt Island"]
|
||||||
|
A_EXPLORE_PHATT --> A_FIND_PHATT_MANSION["A: Find Governor Phatt's Mansion"]
|
||||||
|
A_FIND_PHATT_MANSION --> A_SEARCH_LIBRARY["A: Search Library"]
|
||||||
|
A_SEARCH_LIBRARY --> O_RECEIVE_PHATT_MAP["O: Receive Phatt Map Piece"]
|
||||||
|
end
|
||||||
|
style area_4 fill:#E8F5E9,stroke:#388E3C,stroke-width:3px
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% CONVERGENCE: All Map Pieces - Find LeChuck's Fortress
|
||||||
|
%% =============================================================================
|
||||||
|
O_RECEIVE_SCABB_MAP & O_RECEIVE_BOOTY_MAP & O_RECEIVE_PHATT_MAP --> C3["C3: All Map Pieces Collected"]
|
||||||
|
C3 --> A_COMBINE_MAPS["A: Combine Map Pieces"]
|
||||||
|
A_COMBINE_MAPS --> O_RECEIVE_COMPLETE_MAP["O: Receive Complete Map"]
|
||||||
|
O_RECEIVE_COMPLETE_MAP --> O_FORTRESS_LOCATION["O: Fortress Location Revealed"]
|
||||||
|
|
||||||
|
O_FORTRESS_LOCATION --> UNLOCK_FORTRESS_ACCESS["**UNLOCK: Fortress Access**"]
|
||||||
|
UNLOCK_FORTRESS_ACCESS --> P_SAIL_TO_FORTRESS["P: Sail to LeChuck's Fortress"]
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% LECHUCK'S FORTRESS - Infiltration (area_5 - light yellow)
|
||||||
|
%% =============================================================================
|
||||||
|
subgraph area_5["**LECHUCK'S FORTRESS - Infiltration**"]
|
||||||
|
P_SAIL_TO_FORTRESS --> A_NAVIGATE_FORTRESS["A: Navigate Fortress Grounds"]
|
||||||
|
A_NAVIGATE_FORTRESS --> A_FIND_KITCHEN["A: Find Kitchen"]
|
||||||
|
A_FIND_KITCHEN --> A_GET_ROOT_BEER["A: Get Root Beer"]
|
||||||
|
A_GET_ROOT_BEER --> O_RECEIVE_ROOT_BEER["O: Receive Root Beer"]
|
||||||
|
|
||||||
|
A_NAVIGATE_FORTRESS --> A_FIND_CHAPEL["A: Find Chapel"]
|
||||||
|
A_FIND_CHAPEL --> P_LECHUCK_FIGHT["P: Confront LeChuck"]
|
||||||
|
P_LECHUCK_FIGHT --> A_USE_ROOT_BEER
|
||||||
|
P_LECHUCK_FIGHT --> A_USE_ROOT_BEER
|
||||||
|
end
|
||||||
|
style area_5 fill:#FFF8E1,stroke:#F9A825,stroke-width:3px
|
||||||
|
|
||||||
|
%% =============================================================================
|
||||||
|
%% FINAL: Defeat LeChuck and Rescue Elaine
|
||||||
|
%% =============================================================================
|
||||||
|
O_RECEIVE_ROOT_BEER --> A_USE_ROOT_BEER["A: Use Root Beer on LeChuck"]
|
||||||
|
A_USE_ROOT_BEER --> O_LECHUCK_DEFEATED["O: LeChuck Defeated"]
|
||||||
|
O_LECHUCK_DEFEATED --> A_RESCUE_ELAINE["A: Rescue Elaine"]
|
||||||
|
A_RESCUE_ELAINE --> O_ELAINE_FREED["O: Elaine Freed"]
|
||||||
|
|
||||||
|
O_ELAINE_FREED --> A_ESCAPE_FORTRESS["A: Escape Fortress"]
|
||||||
|
A_ESCAPE_FORTRESS --> A_RETURN_TO_MELEE["A: Return to Melee Island"]
|
||||||
|
A_RETURN_TO_MELEE --> O_BECOME_PIRATE["O: Become Pirate"]
|
||||||
|
O_BECOME_PIRATE --> END["**END**"]
|
||||||
177
src/inspiration/monkey-island-1-the-secret-of-monkey-island.md
Normal file
177
src/inspiration/monkey-island-1-the-secret-of-monkey-island.md
Normal file
@@ -0,0 +1,177 @@
|
|||||||
|
# Monkey Island (1990)
|
||||||
|
|
||||||
|
Monkey Island is a 1990 Lucasfilm Games adventure designed by Ron Gilbert that established the "no death, no dead ends" philosophy now standard in point-and-click design. Players control Guybrush Threepwood as he completes three pirate trials to become a real pirate, gathers four map pieces across multiple islands, and confronts the ghost pirate LeChuck. The game features pattern-learning combat without violence, multi-island logistics puzzles, and a hint system that tracks player progress—and as one walkthrough describes it: "the puzzle design, top to bottom, is just superb, managing to be funny and clever and occasionally challenging without ever devolving into the random using of each object on each other object" [Maher].
|
||||||
|
|
||||||
|
## At a Glance
|
||||||
|
|
||||||
|
| | |
|
||||||
|
|---|---|
|
||||||
|
| **Release Year** | 1990 |
|
||||||
|
| **Developer** | Lucasfilm Games / Ron Gilbert |
|
||||||
|
| **Core Mechanic** | Multi-phase progression: learn pattern → gather components in parallel → synthesize final solution |
|
||||||
|
| **What players found enjoyable** | "It's as strong a comedy adventure as you'll ever see, and as historically important an adventure game as any released since Crowther and Woods's seminal original Adventure" [Maher]. The insult sword-fighting became iconic: "you need to collect these insults and their ripostes as you explore, then apply them just right to win the sword fight" [Maher] |
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Puzzle Dependency Chart
|
||||||
|
|
||||||
|
The chart below shows the complete puzzle flow for Monkey Island 1, from initial trials through final confrontation. View it as interactive SVG in the generated book or see the [source mermaid diagram](./monkey-island-1-chart.mmd).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Puzzle 1: Insult Sword Fighting via Pattern Learning
|
||||||
|
|
||||||
|
### Problem
|
||||||
|
|
||||||
|
To become a pirate, Guybrush must pass three trials. The first is defeating the swordmaster in combat—but swords aren't used physically. Instead, pirates duel through escalating insults and comebacks. There are exactly seven insult-comeback pairs to learn, and each must be memorized by talking to various NPC pirates around Melee Island before challenging the master again. The player discovers through losing their first fight that knowledge—not reflexes or items—solves this puzzle [Maher][GameFAQs].
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### What Makes It Rewarding
|
||||||
|
|
||||||
|
This is pure pattern-learning mechanics: the game teaches through NPC dialogue ("You fight like a dairy farmer!"), player attempts (losing first fight), then systematic training (learning all 7 pairs). Unlike traditional combat, there's no timing or skill component—only correct recall under sequence pressure. Most importantly, it's mechanically non-violent despite simulating combat: "With a verbal joust being far easier to implement in an adventure game than a sword-fighting engine, it didn't take him long to run with this idea" [Maher]. Player satisfaction comes from perfect execution: selecting all seven pairs flawlessly to defeat the master.
|
||||||
|
|
||||||
|
### Solution
|
||||||
|
|
||||||
|
The player learns all seven insult-comeback pairs through NPC conversations, then applies them in correct order during rematch—the swordmaster is defeated without violence through mastered verbal combat patterns.
|
||||||
|
|
||||||
|
### Steps
|
||||||
|
|
||||||
|
1. Go to beach south of town and find Sword Fightin' Guy
|
||||||
|
2. Challenge him initially; lose the first fight when running out of insults
|
||||||
|
3. Return to Scumm Bar; talk to three pirates in corner about insults
|
||||||
|
4. Learn insult #1: "You fight like a dairy farmer!" → comeback: "How appropriate, you fight like a cow."
|
||||||
|
5. Learn insult #2: "This is the END for you, you gutter trash!" → comeback: "So you're related to one, are you?"
|
||||||
|
6. Learn insult #3: "People fall at my feet when they see me coming!" → comeback: "Even BEFORE they smell your breath?"
|
||||||
|
7. Learn insult #4: "I once owned a dog that was smarter than you." → comeback: "You must have bought him off the boat dock."
|
||||||
|
8. Learn insult #5: "You're so ugly that when you cry, the tears run down the back of your head." → comeback: "Must be the wind I smell then."
|
||||||
|
9. Learn insult #6: "There's no hope for you, boy!" → comeback: "I had a dream about you once. Now I know it was just a nightmare."
|
||||||
|
10. Learn insult #7: "Your mother was a hamster and your father smelt of elderberries!" → comeback: "And your mother was a rhubarb pie, so back off, laddie!"
|
||||||
|
11. Return to Sword Fightin' Guy on the beach
|
||||||
|
12. Challenge him again; cycle through all 7 insult-comeback pairs correctly
|
||||||
|
13. Defeat is achieved; sword trial is complete
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Pattern Learning](../puzzles/pattern-learning.md) — Knowledge acquired through exposure (insults from NPCs) must be recalled correctly during application phase (the duel), distinguishing this from Symbol Code Translation which requires systematic deduction rather than direct memorization.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Puzzle 2: Multi-Island Map Piece Collection via Parallel Multi-Faceted Plan
|
||||||
|
|
||||||
|
### Problem
|
||||||
|
|
||||||
|
After passing the three trials, Guybrush receives a ship and crew. The final objective requires locating LeChuck's Fortress—but its coordinates are hidden across four separate map pieces on different islands. Each piece requires entirely independent solutions: Scabb Island needs environmental distraction, Booty Island requires social manipulation with cannibals, Phatt Island involves library exploration, and the fourth is already on Melee (the Wharf). The player can tackle these in any order; each path gathers one critical component before final synthesis [GameFAQs][Walkthrough].
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### What Makes It Rewarding
|
||||||
|
|
||||||
|
This is classic multi-faceted plan design: all requirements are gatherable independently before the final combination. Unlike sequential construction where step N enables step N+1, here Scabb's chandelier diversion has no mechanical connection to Booty's cannibal negotiation or Phatt's library search. Player can work on any branch first—the game respects their choice. The synthesis is elegantly simple: combine all 4 pieces and the full map appears. What's satisfying is realizing these three complex puzzles were parallel tracks converging into one trivial-but-meaningful finale [Maher].
|
||||||
|
|
||||||
|
### Solution
|
||||||
|
|
||||||
|
Four map pieces are collected through independent sub-puzzles on separate islands, then combined to reveal LeChuck's Fortress coordinates—the player navigates there using the complete chart.
|
||||||
|
|
||||||
|
### Steps
|
||||||
|
|
||||||
|
1. **Scabb Island (Lagoon Map Piece)**
|
||||||
|
- Sail to Scabb Island; enter Governor Marley's mansion
|
||||||
|
- Locate can of oil in kitchen cabinets
|
||||||
|
- Climb ladder near chandelier in main hall
|
||||||
|
- Use oil on chandelier pulley mechanism
|
||||||
|
- Use rubber chicken (from thievery trial) on oiled pulley
|
||||||
|
- Chandelier crashes down, creating diversion that sends guards running
|
||||||
|
- Sneak upstairs while chaos persists; open safe; collect Lagoon map piece
|
||||||
|
|
||||||
|
2. **Booty Island (Forest Map Piece)**
|
||||||
|
- Sail to Booty Island; enter swamp area
|
||||||
|
- Approach cannibal village; get captured by natives
|
||||||
|
- Escape cooking pot through quick-time dialogue option
|
||||||
|
- Answer riddle: "How do you get ahead?" → Response: "Lean forward!"
|
||||||
|
- Become cannibal chief through successful wordplay; receive Forest map piece
|
||||||
|
|
||||||
|
3. **Phatt Island (Underworld Map Piece)**
|
||||||
|
- Sail to Phatt Island; explore Governor Phatt's mansion
|
||||||
|
- Enter library/study area on upper floor
|
||||||
|
- Search bookshelves for hidden compartment
|
||||||
|
- Collect Underworld map piece from concealed location
|
||||||
|
|
||||||
|
4. **Melee Island (Wharf Map Piece)**
|
||||||
|
- This piece starts in inventory after trial completion OR:
|
||||||
|
- Purchase from map vendor during initial exploration; Wharf is local to Melee
|
||||||
|
|
||||||
|
5. Return to ship with all four pieces in inventory
|
||||||
|
6. Use map combination interface to assemble complete chart
|
||||||
|
7. Navigate to revealed fortress coordinates using ship movement controls
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Multi-Faceted Plan](../puzzles/multi-faceted-plan.md) — Multiple requirements (Scabb distraction, Booty riddle, Phatt library search) gathered across different categories before synthesis (map assembly), distinguishing this from Sequential Construction where each step enables the next rather than working in parallel.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Puzzle 3: Defeating LeChuck via Sensory Exploitation
|
||||||
|
|
||||||
|
### Problem
|
||||||
|
|
||||||
|
LeChuck is a ghost pirate—immune to conventional weapons including swords, fire, and physical attacks. Guybrush must discover his weakness through observation or experimentation: root beer causes ghosts pain (carbonated beverages are uncomfortable for undead creatures). Finding the root beer itself requires navigating LeChuck's Fortress kitchen during infiltration—no items from earlier puzzles combine into this solution. This is pure sensory exploitation: exploit supernatural vulnerability directly [GameFAQs].
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### What Makes It Rewarding
|
||||||
|
|
||||||
|
The "ghosts hate root beer" logic follows adventure game surrealism while maintaining internal consistency: LeChuck is explicitly a ghost throughout the game, and carbonation is established folklore as disturbing spirits. Player must recognize the supernatural category (ghost → vulnerable to sensory attacks rather than physical weapons) then find the item with appropriate properties (root beer's effervescence). The challenge isn't the logic—it's locating the kitchen during fortress infiltration while being pursued by LeChuck's minions. This distinguishes it from comedy-based persuasion where NPCs respond socially; ghosts simply don't process dialogue [Maher].
|
||||||
|
|
||||||
|
### Solution
|
||||||
|
|
||||||
|
Root beer is located in fortress kitchen, then used on LeChuck during final confrontation—carbonated liquid exploits ghost vulnerability, defeating him without traditional combat and freeing Elaine from captivity.
|
||||||
|
|
||||||
|
### Steps
|
||||||
|
|
||||||
|
1. Sail to LeChuck's Fortress using coordinates from combined map
|
||||||
|
2. Navigate through fortress grounds, avoiding/evading skeletal minions
|
||||||
|
3. Enter fortress interior; locate kitchen area
|
||||||
|
4. Search counters and storage cabinets for beverages
|
||||||
|
5. Find bottle of root beer in refrigerator/cupboard
|
||||||
|
6. Take root beer into inventory (now usable)
|
||||||
|
7. Proceed to fortress chapel where LeChuck holds captive Elaine
|
||||||
|
8. Confront LeChuck directly; initiate final battle
|
||||||
|
9. Select root beer from interaction menu (not swords or other items)
|
||||||
|
10. Use root beer on LeChuck—spectral being reacts in pain
|
||||||
|
11. Carbonation causes LeChuck to expand and explode, dissolving him completely
|
||||||
|
12. Elaine is freed from captivity; both escape the collapsing fortress
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[Sensory Exploitation](../puzzles/sensory-exploitation.md) — Character perceives through specific weakness (ghost's sensory channel), player exploits that vulnerability directly (carbonated beverage causes pain) rather than using social manipulation or physical force, distinguishing this from Comedy-Based Persuasion where NPCs respond to dialogue rather than physiological triggers.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Other Puzzles
|
||||||
|
|
||||||
|
| Name | Problem & Solution | Pattern Type |
|
||||||
|
|------|-------------------|--------------|
|
||||||
|
| Thievery Trial: Rubber Chicken Theft | Distract dog with shovelful of dirt while stealing rubber chicken from carpenter shop | [Distraction & Environmental Manipulation](../puzzles/distraction-environmental-manipulation.md) |
|
||||||
|
| Lookout Spyglass Purchase | Buy spyglass key from Scumm Bar bartender; use it to access lookout; reveal Shipwreck Island location for treasure trial | [Information Brokerage Chain](../puzzles/information-brokerage.md) |
|
||||||
|
| Ship Acquisition Protocol | Show all trial completions AND four map pieces to dockmaster—both requirements must be satisfied simultaneously for reward | [Multi-Faceted Plan](../puzzles/multi-faceted-plan.md) |
|
||||||
|
| Phatt Island Jail Escape (Chapter 2 only) | Use rope pulley system with timing constraint; requires coordinating escape mechanism activation | [Timed Consequence](../puzzles/timed-consequence.md) |
|
||||||
|
| Elaine's Map Piece via Fish & Ladder | Steal map piece from Governor during party, then retrieve second half later using fishing pole and boat ladder positioning | [Sequential Construction](../puzzles/sequential-construction.md) |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
[Maher] Jimmy Maher, "Monkey Island (or, How Ron Gilbert Made an Adventure Game That Didn't Suck)" *The Digital Antiquarian* (March 10, 2017). https://www.filfre.net/2017/03/monkey-island-or-how-ron-gilbert-made-an-adventure-game-that-didnt-suck
|
||||||
|
|
||||||
|
[GameFAQs] Tom Hayes, "The Secret of Monkey Island – Walkthrough and FAQ" (June 6, 2008). https://gamefaqs.gamespot.com/pc/579134-the-secret-of-monkey-island/faqs/5034
|
||||||
|
|
||||||
|
[Walkthrough] Anonymous Contributor, "Monkey Island Complete Strategy Guide" (undated), archived walkthrough collection. Repository file: `/src/walkthroughs/monkey-island-1/monkey-island-1-walkthrough.md`
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
# Monkey Island 1 Page Creation ✅
|
||||||
|
|
||||||
|
- [x] **Create monkey-island-1-the-secret-of-monkey-island.md**
|
||||||
|
- Pattern Learning: Insult sword fighting (7 pairs memorized and applied)
|
||||||
|
- Multi-Faceted Plan: Four map pieces gathered in parallel across islands
|
||||||
|
- Sensory Exploitation: Root beer defeats ghost LeChuck
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# KQVI Chart Overhaul - TODO List
|
# KQVI Chart Overhaul - TODO List
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|||||||
Reference in New Issue
Block a user