Hero Image

Maps, Notes, and Save Files

A parser game can feel like a maze even when it is only six rooms and a cupboard. Mapping and note-taking turn the fog into terrain.

Make a simple map

Draw each room as a box. Label exits with compass directions. Do not worry about pretty. Pretty maps are what you make after you stop falling into pits.

Example:

TEXT
[Kitchen] --E-- [Hallway] --N-- [Library]
    |                         |
    S                         D
    |                         |
[Garden]                 [Cellar]

If a direction does not reverse cleanly, mark it. IF loves one-way passages, twisting forests, and staircases that behave like they were installed by a committee of imps.

Keep puzzle notes

Create a running list:

TEXT
Locked iron door - needs key? found rusty key, did not work.
Glass case - too heavy to break? maybe diamond/crowbar later.
Old woman asks about "the river below the river".
Blue crystal hums near machinery.

Do not trust memory. IF clues often arrive three rooms and forty minutes before they matter.

Save early, save often

Use multiple save files:

TEXT
before-opening-vault
before-crossing-bridge
after-solving-library
experiment-with-red-button

A good save name is a tiny time machine label. save1 and save2 will betray you by sundown.

Use transcripts when available

Some interpreters can record a transcript of your play session. This is useful for:

  • Re-reading exact wording.
  • Keeping track of attempted solutions.
  • Reporting bugs to authors.
  • Writing a walkthrough later.

If the interpreter supports it, turn transcripts on for longer or puzzle-heavy games.

Build a ritual

A simple play ritual works wonders:

  1. Enter room.
  2. LOOK.
  3. EXAMINE all unusual nouns.
  4. Map exits.
  5. Note puzzles and clues.
  6. Save before risky actions.
  7. Take breaks before brute-forcing.

The ritual is not glamorous. Neither is carrying a rope, until the chasm arrives.