Worldbuilding in Interactive Fiction Needs Limits

Worldbuilding in interactive fiction works when the world can refuse you. Write the constraints a reader will push on, not the lore nobody asks for.

By The Fabledrift Team · · 8 min read

Worldbuilding in interactive fiction is the work of deciding what a world refuses, not how much of it you can describe. A reader who writes their own moves will find the edges of a setting within a dozen turns, and a world made of atmosphere has no edges to find. What survives that pressure is short and specific: rules with consequences attached, written in a form the story can check.

  • A world in an interactive story is defined by what it refuses, not by how much of it has been written down.
  • Coded interactive fiction gets refusal for free; Inform ships a WorldModelKit for “modelling space, time and actions in interactive fiction”.
  • Ink lets an author declare state with a VAR statement and gate later text on it, so a rule set in the first scene still holds in the fortieth.
  • A live AI narrator has no such enforcement, so every rule that matters must be recorded as a fact and handed back on each turn.
  • A world fact is usable when you can say what it forbids, what it costs, and who notices when it is broken.

Why does worldbuilding in interactive fiction fail as a lore dump?

Because a lore dump answers questions nobody asked and leaves the asked ones open. Three centuries of dynastic history will not tell a narrator whether the guard at the gate can be bribed tonight, which is the thing you are about to try. The reader sets the agenda, and the agenda is almost never the part you wrote most lovingly.

There is a second failure underneath it. Lore is unfalsifiable. “The northern cities are proud and old” cannot be contradicted by any sentence in any scene, so it constrains nothing; it just tints the prose. A world made entirely of unfalsifiable statements will agree with everything you do, and a world that agrees with everything stops feeling like a place.

Compare that to a rule. “The gate shuts at dusk and the gatekeeper is not permitted to open it, not for money.” That sentence can be broken, which means it can be tested, which means it can carry a scene. Most of the pleasure of a world comes from finding out exactly how far a rule bends before it stops bending.

What makes a world entry usable rather than decorative?

An entry is usable when a narrator can act on it against you. The test is whether the entry can generate a refusal, a cost, or a consequence that arrives later. Facts that can only generate description are scenery — worth having, but they are not the world’s structure, and they should take up a fraction of the page.

The same underlying idea can be written either way, and the difference is grammar more than imagination.

The idea Written as lore Written as a constraint
The forest is watchful “An ancient wood, older than the kingdoms, aware in its way” “A promise spoken beneath the branches is owed; the forest collects on it at the worst moment”
The station is understaffed “The corridors feel abandoned, silent, too large” “Four hundred crew are gone; every door still expects two people to open it”
The city guard is corrupt “Coin moves easily here, and the watch looks away” “Sergeant Halm takes bribes but not in daylight, and will deny it to your face if anyone else is present”

The right column is longer and narrower at once. It names somebody, it states a condition, and it says what happens when the condition is not met. That is what turns a setting into something a reader can plan inside. A stated cost holds where a mood does not, and the same demand falls on a magic system, a political faction, and a weather pattern alike.

How much world should you write before the first scene?

About a page. Enough to answer the questions a reader can reach from where they start, and nothing on the parts of the map they cannot walk to yet. Worlds grow better outward from a room than downward from a cosmology, because the first scene tells you which details are load-bearing and no amount of planning does.

A serviceable first page holds five things:

  • Two or three hard rules, each with a stated cost or consequence, that never move.
  • One pressure — the thing already going wrong before you arrive, which gives every scene somewhere to point.
  • Three or four named people, with what each of them wants and what each is afraid of.
  • One physical constraint: a distance, a deadline, a locked thing, a limited supply.
  • One deliberate silence — a question the world will not answer yet, chosen on purpose.

Everything else can be invented at the speed the reader reaches it, provided it is written down the moment it exists. Improvised detail is not a problem; unrecorded detail is. The same discipline decides whether a story opens well or stalls in the first three turns.

What a coded world model does that a narrator cannot

It enforces. Inform describes itself as “a programming language for creating interactive fiction, using natural language syntax”, and among the kits it ships is a WorldModelKit for “modelling space, time and actions”. A door in that model is shut because a machine holds it shut, not because the author remembered.

Writers working in choice-based tools get a lighter version of the same floor. Ink’s documentation has authors declare global state with a VAR statement and then vary text on it — the guide’s example gates a later line on {met_blofeld: ...} — and it counts visits to a knot as an integer, so the story can know what you have already seen. The world is smaller than language in exchange for never forgetting its own laws, which is the trade underneath text adventures and interactive fiction as two names for one form.

How do you pressure-test a world before you trust it?

Put each fact through three questions and throw away what fails all three. The questions are the ones a reader’s move will ask anyway, and asking them yourself costs ten minutes rather than a contradiction in scene thirty.

A single world fact passing left to right through three tests: does it forbid anything, does it cost anything, does anyone notice. A fact that passes arrives at a filled box reading a rule the story can use. Arrows drop from each test into a dashed box below reading fails every test, atmosphere only, and nothing in a scene can contradict it.Test 1Test 2Test 3One worldfactDoes it forbidanything?Does it costanything?Does anyonenotice?A rule thestory can useFails every test: atmosphere onlynothing in a scene can contradict it

Does it forbid anything? A fact that permits everything is decoration. “The bridge is old” forbids nothing. “The bridge holds one person at a time” forbids a crossing, and a forbidden crossing is a scene.

Does it cost anything? Price is what makes a choice a choice. If the answer is that nothing is spent — no time, no trust, no supply, no safety — then the reader is not deciding, only sightseeing.

Does anyone notice? Worlds hold together socially more than physically. A rule that nobody enforces is a rule you will forget you wrote. Give each one a person, an institution, or a habit that reacts when it is broken, and it becomes self-maintaining.

What does a live narrator need in order to hold a world?

The rules, restated as facts, on every single turn. This is the part of worldbuilding in interactive fiction that changes when the prose is generated rather than retrieved: there is no world model underneath the sentences, so consistency is a property of the material the narrator is handed, not of the engine.

Fabledrift, an interactive fiction app for Android, works from a structured record of facts, characters, places and promises that goes to the narrator with each scene. Readers can write their own notes into that record, and a note that contradicts the story record wins. A world rule that lives only in your head is an assumption; a world rule in the record is something the next scene has to answer to.

The practical consequence is that you should write your rules the way a note is written — flat, factual, one clause each. “Halm takes bribes, never in daylight” travels. “There is an undercurrent of institutional decay in the watch-house” does not, because no future scene can be measured against it.

A page you could write for the Emberwood tonight

Pick a setting you already like and rewrite one paragraph of it as three sentences that can be broken. Name the person who enforces each one. Then read the first scene and see which of the three the story reached for; that is the rule doing real work, and the other two can be replaced.

Both of the worlds we ship were built that way. The Emberwood is a forest that remembers every promise made beneath its branches, which is a rule before it is an atmosphere: a promise is recorded, it is owed, and it can come back. Ironreach Station begins with a crew of four hundred missing, which is a pressure that every corridor has to answer to. The lore came afterward, where it belongs.

Frequently asked questions

How is worldbuilding for interactive fiction different from a novel?

A novelist decides which questions the world is ever asked. A reader who writes their own move asks the questions you avoided, usually early, so the world needs answers that hold rather than prose that steers around them.

How long should a world bible for an interactive story be?

Shorter than you expect. One page of rules with stated consequences does more work than twenty pages of history, because only the rules can be tested by a reader and only the rules can produce a refusal.

What should a world entry actually contain?

What the fact forbids, what it costs, and who notices when it is broken. An entry that cannot answer those three questions is atmosphere, and atmosphere never contradicts anything a scene says.

Do I need a map, a timeline and a language?

Only where a reader can reach them. A map matters if travel time changes what you can do today; a language matters if being understood is ever in doubt. Build detail where the story is load-bearing.

Why do AI-written worlds drift into inconsistency?

Because nothing outside the prose enforces them. A generated scene is consistent with what the narrator was handed on that turn, so a rule that was never recorded as a fact cannot come back to stop the next scene.