(CRE342 Lectures, see source-cre342-lectures)
Summary
Narrative design is the practice of creating interactive stories — building systems that allow players to experience, shape, and feel ownership of narrative events. Unlike film or literature where narrative is fixed, game narrative exists in tension with player agency: the designer provides structure and authorial intent, but the player performs the story through play.
The challenge is not to tell a great story but to create conditions where a great story can happen — and where the player’s actions feel meaningful to that story’s unfolding.
“Game narrative design is the design of meaningful player experience through systems, choices, and structured delivery, rather than the authoring of a fixed story.” — Prof Charles (CRE341 Wk 1.2)
(CRE342 Lectures, see source-cre342-lectures; CRE341 Wk 1.2, see source-cre341-lectures)
Story, plot, and player story
A critical distinction for game narrative (Prof Charles, CRE341 Wk 1.2):
| Term | Definition |
|---|---|
| Story | The events that occur in the game world |
| Plot | How those events are structured, revealed, and paced |
| Player story | The experienced history produced through play — including failure, repetition, and deviation |
Games are distinguished by the centrality of the player story. Even if the plot is identical for all players, each player’s story is unique. Narrative design must accommodate and contextualise repetition (retries, optimisation, alternative outcomes) rather than ignoring it.
Narrative as system
Narrative does not only emerge from scripted scenes and dialogue. Rules, state changes, resources, and mechanics generate interpretable patterns that players read as story. A game about power can communicate that theme through economy mechanics, not just cutscenes.
The ludonarrative relationship describes the alignment (or conflict) between gameplay incentives and narrative meaning:
- Harmony: mechanics reinforce narrative identity and theme (Celeste — the act of climbing mirrors the protagonist’s self-belief struggle)
- Dissonance: optimal play contradicts the story’s framing or values (Spec Ops: The Line — shooting hundreds of enemies while the story frames violence as traumatic)
Ludonarrative dissonance is a design problem, not a player misunderstanding.
Strong theme acts as a design constraint: test every mechanic against “does this reinforce or undermine our central theme?”
Story structure
The three-act structure
The classical three-act structure maps onto game progression naturally:
| Act | Function | Story beat | Game equivalent |
|---|---|---|---|
| Act I — Setup | Introduce world, characters, tone, central conflict | Inciting incident — disrupts normality | Tutorial; introduction of mechanics and stakes |
| Act II — Confrontation | Rising action; obstacles increase; protagonist grows or fails | Midpoint — major twist, revelation, or escalation | Main quests, gameplay loops, rising difficulty |
| Act III — Resolution | Climax and resolution of tension; consequences revealed | Climax and denouement — emotional peak, return to stability | Final boss, emotional payoff, ending |
Narrative arc (Freytag’s Pyramid)
The narrative arc visualises emotional tension over time:
- Exposition — world-building and character setup
- Rising action — increasing challenges, stakes, and tension
- Climax — peak confrontation or revelation
- Falling action — aftermath, reflection, consequences
- Resolution — closure or transformation
In game design, tension can rise not only through plot but through difficulty curves, resource scarcity, or moral choices. The arc often mirrors the player’s engagement curve. (see interest-curves)
Story beats
A story beat is a structural unit that marks an intentional shift in tone. Beats can be:
- Scripted beats — authored, fixed moments (a cutscene after a boss, a key revelation in dialogue)
- Emergent beats — moments arising from player action (losing a companion through a moral choice; surviving against the odds)
The Last of Us combines tightly scripted emotional beats with emergent beats from combat or exploration that build the player’s personal story. The designer provides the scripted framework; the player authors the emergent texture.
Narrative structures
Linear narrative
A fixed, predetermined story path. Players experience key events in a defined order.
- Strengths: Tight pacing; reliable emotional delivery; narrative coherence; simpler to produce and test
- Weaknesses: Limited replayability; minimal player agency; can feel like passive consumption
- Technical: Events triggered sequentially via state machines or timeline scripting (Unity Timeline, Unreal Sequencer)
- Example: God of War (2018) — single continuous narrative camera enhances emotional pacing
Non-linear narrative
Player decisions change story outcomes, creating branches or variable states.
- Strengths: Player agency; replayability; emotional investment in authorship
- Weaknesses: Exponential production cost (each choice multiplies content and testing workload); maintaining coherence is difficult
- Technical: Conditional logic, variables, and state tracking systems; flag-based systems
- Example: Mass Effect — dialogue wheel and reputation system use flags to manage thousands of combinations
The illusion of choice
Most commercially viable narrative games combine linear and non-linear approaches. The player is given the feeling of narrative agency — multiple paths that reconverge at key story beats — while the designer maintains production feasibility.
“When given the power to influence the game’s storyline, the player is able to become emotionally invested in the game.” — McIntosh, Cohn, and Grace (2008)
Detroit: Become Human manages thousands of branching permutations but uses reconvergence points to keep the narrative manageable. The illusion is powerful: players report strong emotional investment even when their choices had limited actual consequence.
Design question: Is the illusion of choice sufficient for emotional investment, or does it eventually erode trust?
Narrative topology
The structural shape of the story space the player can traverse (Prof Charles, CRE341 Wk 1.2):
| Topology | Description |
|---|---|
| Linear | Fixed sequence; players experience all events in the same order |
| Branching | Player choices create divergent paths with different outcomes |
| Foldback (branch-and-bottleneck) | Multiple paths that reconverge at key beats; the professional standard |
| Modular | Self-contained story units the player can encounter in any order |
| Systemic/emergent | Story generated from rule interactions rather than authored scenes |
Topology is both a creative and a production decision — more branches multiply testing, QA, localisation, and state management costs.
Non-linear substructures
| Substructure | Description |
|---|---|
| Open world | Player can experience narrative events in any order; barriers prevent total deconfinement |
| Branching/tree | Multiple paths with divergent outcomes; or multiple paths converging on the same destination |
| Hub and spoke | Central narrative hub with branching side quests; player returns to main thread |
Emotion through interaction
Games reliably generate emotion through mechanisms distinct from passive media (Prof Charles, CRE341 Wk 1.2):
- Responsibility for outcomes — the player caused this result
- Risk and uncertainty — something of value could be lost
- Resource pressure — scarcity creates tension through mechanics, not narration
- Pacing and recovery — alternating tension with respite creates emotional rhythm
Emotion arises from doing, not only from witnessing.
This is why mechanical integration matters: the feelings Schell identifies (accomplishment, friendship, responsibility) arise from the player’s actions within the game system, not from cutscenes. (see fun-as-learning, game-feel)
Narrative delivery channels
The methods by which story information reaches the player (Prof Charles, CRE341 Wk 1.2):
| Channel | Notes |
|---|---|
| Cutscenes | High narrative control; removes player agency during delivery |
| Dialogue | Interactive (dialogue trees) or ambient; Yarn Spinner for Unity |
| Environment | Ruins, props, layout — see Environmental Storytelling below |
| UI and systems | Item names, status effects, ability descriptions carry implicit narrative |
| Audio | Music, ambient sound, VO — high emotional bandwidth, low cognitive load |
| Mechanics | The rules themselves communicate meaning (a stamina system communicates vulnerability) |
Delivery is a UX problem as much as a writing problem. Forcing the player to stop and read when they want to act is a delivery failure.
Thematic coherence
Thematic coherence means every element of the game — mechanics, art, sound, UI, narrative — reinforces the same emotional tone or message. Disjointed theme breaks immersion.
“Every element from level layout, UI, dialogue, sound design should ‘speak the same language.‘” — CRE342 lectures
Example (positive): Inside (Playdead) — minimalist visuals, oppressive soundscape, and puzzle mechanics about control and powerlessness all communicate the same theme. The game has no dialogue; the theme is entirely systemic.
Example (negative): Duke Nukem Forever (2011) — tonal whiplash between 1990s parody humour and attempted cinematic seriousness; grind sequences that undermine the power fantasy; aesthetic that no longer fit the cultural context of 2011. The mechanics contradicted the character fantasy rather than reinforcing it.
Design principle: Start with one clear emotional message. Test every mechanic, visual, audio choice, and UI decision against it: “Does this reinforce or undermine our central theme?”
From thematic coherence to flow
Thematic coherence sets the emotional direction; interaction design delivers it. When visibility, mapping, and feedback align with the game’s tone, players stop thinking about the interface and focus on the experience. That cognitive ease enables the flow state. (see flow, interaction-loops)
World-building and character development
Character development
- Depth and complexity — characters should have internal contradiction and growth; flat archetypes reduce investment
- Relatable traits — emotional anchors; players care about characters who feel like real people
- Emotional connections — player attachment to characters motivates investment in story outcomes
- Consistent visual and auditory language — silhouettes, voices, and animation styles should communicate personality reliably
World-building
- Detailed backstory — history, events, factions, geography provide a foundation; lore gives depth without requiring front-loaded exposition
- Environmental storytelling — ruins, artefacts, architecture, and ambient audio communicate narrative without interrupting play; see environmental-storytelling for the full treatment
- Cultural evidence — architecture, clothing, artefacts, food, and customs create believable societies; cultural sensitivity required
- Topology and geography — landscapes, climate, and resource distribution shape who lives where and how; world layout creates natural narrative motivation
Lore integration techniques
- Environmental objects (letters, books, artefacts) that reveal fragments on discovery
- NPC dialogue that expresses worldview without exposition dumps
- Quests that reveal backstory through action rather than cutscene
- Consistent symbolism across props, architecture, UI, and audio
Narrative tools
| Tool | Type | Use case | Strengths | Limitations |
|---|---|---|---|---|
| Twine | Visual node-based editor (HTML) | Prototyping narrative flow; teaching branching logic; interactive fiction | Rapid prototyping; visual clarity; no code required | Limited scalability; shallow integration with engines |
| ink (Inkle) | Text-based scripting language | Professional interactive narrative; Unity integration | Deep branching control; state persistence; Unity plugin | Less visual; requires scripting literacy |
ink is strongly preferred for production work integrating with Unity; Twine for design exploration and stakeholder communication.
Implications
- Story should be built around gameplay systems, not imposed on top of them. Narrative that restricts mechanics produces a lesser game and a lesser story.
- Emergent storytelling — where the player’s actions create their own narrative beats — can be as emotionally powerful as authored ones. Design systems that allow meaningful emergent moments.
- The production cost of full branching narrative is rarely viable. Converging branch structures and the illusion of choice are standard professional practice.
- Thematic coherence requires whole-team alignment: designers, artists, audio engineers, and writers must share the same emotional brief.
Open questions
- At what branching depth does the illusion of choice break down for experienced players?
- Can procedurally generated narrative (as in AI Dungeon or Caves of Qud) achieve the same emotional investment as authored narrative?
- How do designers handle narrative accessibility — players who skip dialogue, who rush through story, who do not engage with lore?
Related
- player-agency — The tension between narrative control and player agency
- environmental-storytelling — Full treatment of spatial narrative; audio-visual design; evaluation checklist; case studies
- level-design — Spatial narrative; environmental storytelling; thematic level design
- character-design — Character-as-system; goal-driven NPCs; player character arc and agency
- interaction-loops — The moment-to-moment player experience through which narrative is delivered
- presence-and-immersion — How narrative immersion relates to spatial and social presence
- flow — Thematic coherence and intuitive interaction design support flow
- game-definition — Adams’ definition of gameplay as challenge + action; narrative as the context
- game-loops — Narrative arcs often mirror core loop structure
- vertical-slice — The vertical slice must demonstrate narrative integration alongside mechanics
- game-ai-agent-design — intelligent interactive storytelling as a game AI challenge
- source-cre341-lectures
- source-cre342-lectures
- source-fundamentals-game-design