Editing
Narrative Games, Branching Paths, and Ludonarrative Dissonance
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Narrative Games, Interactive Storytelling, and the Art of the Player-Author is the study of how games tell stories differently from any other medium β where the player is both audience and co-author, making choices that shape the narrative. From Zork to The Last of Us, interactive narrative has developed a unique grammar of branching choice, emergent story, and ludic meaning that cannot be translated into film or literature. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Interactive Narrative''' β Stories in which player choices influence the course of events β from simple branching paths to emergent narrative systems. * '''Ludonarrative Dissonance''' β (Hocking, 2007). The conflict between what a game's story says and what its mechanics reward β e.g., a game about stealth where violence is mechanically optimal. * '''Branching Narrative''' β A story structure with decision points leading to different paths and endings β resource-intensive to write, exponentially complex. * '''Emergent Narrative''' β Stories that arise from player interactions with systems rather than pre-written scripts β Dwarf Fortress, Rimworld. * '''The Walking Simulator''' β Games prioritizing narrative exploration over mechanical challenge β Dear Esther, Firewatch, Gone Home β expanding the definition of "game." * '''Agency and Consequence''' β The feeling that player choices genuinely matter β the holy grail of interactive narrative design. * '''Save Scumming''' β Players reloading saves to avoid bad outcomes β undermining narrative consequence design. * '''Environmental Storytelling''' β Narrative delivered through the game world itself: item placement, architecture, notes β Show, Don't Tell. * '''The Player-Character Gap''' β The interpretive space between player identity and character identity β exploited for dramatic effect (spec ops: The Line). * '''Procedural Rhetoric''' β (Bogost). Arguments made through game rules rather than words β games as a persuasive medium making claims about systems. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Interactive narrative is understood through '''agency''' and '''consequence'''. '''What Games Can Do That Films Cannot''': A film can make you watch a character make a terrible choice. A game can make you make it. This is the unique moral and narrative power of games β complicity. Spec Ops: The Line forces the player to commit an atrocity (white phosphorus on civilians) while framing it as routine military action. The horror is that you did it. No film can produce this effect. Games can implicate the audience in a way no other medium can. '''The Paradox of Choice in Narrative''': More choices do not automatically produce better narrative experiences. Research on choice architecture (Schwartz, 2004) applies: too many choices produce anxiety and reduce satisfaction. The most narratively effective games often constrain choice dramatically β making each decision feel weighty precisely because alternatives are limited. Walking simulators remove mechanical choice almost entirely, redirecting all attention to interpretive choice. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == <syntaxhighlight lang="python"> def narrative_agency_score(choice_points, consequence_visibility, ludonarrative_coherence, environmental_storytelling, emotional_investment): score = (choice_points * 0.20 + consequence_visibility * 0.30 + ludonarrative_coherence * 0.20 + environmental_storytelling * 0.15 + emotional_investment * 0.15) tier = ("LANDMARK" if score > 8.5 else "EXCELLENT" if score > 7 else "GOOD" if score > 5.5 else "WEAK NARRATIVE") return f"Narrative Agency Score: {score:.1f}/10 | Tier: {tier}" print(narrative_agency_score(8, 9, 8, 7, 9)) # The Last of Us / Disco Elysium print(narrative_agency_score(3, 2, 4, 8, 6)) # Walking simulator with strong atmosphere </syntaxhighlight> </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == * '''The Illusion of Choice''': To combat the impossible production costs of truly branching narratives, designers frequently use "funneling," giving players choices that feel impactful in the moment but inevitably route back to the same core storyline. * '''Environmental Storytelling''': Narrative games increasingly rely on spatial design rather than dialogue to convey plot, utilizing the arrangement of props (a knocked-over chair, a bloodstain) to allow the player to actively reconstruct past events. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == # Is interactivity inherently superior to passive narrative β or does player agency sometimes undermine emotional impact? # Can procedural generation ever produce narrative experiences as emotionally resonant as authored ones? # How do we evaluate games as art β and what critical vocabulary is adequate to their unique properties? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == # An adaptive narrative AI that generates coherent, consequence-driven branching stories from player choices in real time. # A "game criticism" curriculum for schools treating games as a literary and artistic medium deserving rigorous analysis. # An open-source interactive narrative engine making branching story design accessible to non-programmers. [[Category:Arts]][[Category:Technology]][[Category:Narrative]][[Category:Media Studies]][[Category:Philosophy]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information