mrpquest/game.json
type-two f421448919 Sierra soul: 250-point scoring, real gated exits, two deaths, vanishing Beckies
Uses the new MRPGI features (room names/enter prose, exit_flags, points,
kills, consumes, visible_flag/hidden_by_flag). Golden path re-verified:
250/250 and the win; gate tests cover all four locked exits, the kebab
death, and the improvised-words Becky-grue.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 15:15:54 +10:00

30 lines
658 B
JSON

{
"name": "MORPQUEST: Record Store Day",
"start_room": 0,
"intro_text": "Record Store Day. You're meant to be doing a quick cat-food run; Uncle's list is in the glovebox, and the cat can smell weakness. Something is wrong at the shop today. Morp itself can feel it. (Arrows walk. Type 'help' for verbs.)",
"verbs": [
{
"name": "use",
"words": [
"climb",
"wipe",
"play",
"pay",
"post",
"give",
"plug",
"press",
"pin",
"fix"
]
},
{
"name": "look",
"words": [
"search"
]
}
],
"flags": {},
"max_score": 250
}