Editing
Narrative Theory and Transmedia Storytelling
(section)
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!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Hero's Journey' (Predicting 'Story Resonance'):''' <syntaxhighlight lang="python"> def analyze_myth_resonance(steps_completed_pct, internal_conflict_level): """ Shows why some stories 'stick' and others 'fail'. """ resonance = steps_completed_pct * (internal_conflict_level / 5.0) if steps_completed_pct < 50: return f"RESONANCE: LOW. (Protagonist never 'Crosses the Threshold'. Story feels 'Static')." elif resonance > 80: return f"RESONANCE: HIGH. (Classic Monomyth. Audience will 'Identify' with the Hero)." else: return "RESONANCE: MODERATE. (Niche or Experimental Narrative)." # Case: A story about a hero who refuses the call and stays home print(analyze_myth_resonance(10, 10)) # Case: A full Hero's Journey with deep internal struggle print(analyze_myth_resonance(100, 10)) </syntaxhighlight> ; Narrative Landmarks : '''The 'Poetics' by Aristotle''' β (See Article 659). The "First" "Manual" on "Drama": "Introducing" the ideas of **"Protagonist," "Climax,"** and **"Catharsis."** : '''Proppβs 'Morphology of the Folktale' ''' β (See Article 160). "Identifying" the **31 Functions** (e.g. 'The Villain Appears') that "Structure" all Russian fairytales. : '''Ludonarrative Dissonance''' β (See Article 602). When the **"Gameplay"** (Killing 1000 people) "Conflicts" with the **"Story"** (The hero is 'kind and peaceful'). : '''Fictional 'Wikis' ''' β (See Article 630). The "Digital Library" of **Transmedia**: "Demonstrating" the "Human Need" to "Archive" and "Systematize" "Imaginary Facts." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
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)
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