creative encoding
play

Creative Encoding Ian Michael Waddell | DHum 150 | 25 Feb 2019 You - PowerPoint PPT Presentation

Creative Encoding Ian Michael Waddell | DHum 150 | 25 Feb 2019 You Will Select a Decision by Brendan Patrick Hennessy (2013) How is this both a story and a game? Definitions of Interactive Fiction Interactive fiction is any story which


  1. Creative Encoding Ian Michael Waddell | DHum 150 | 25 Feb 2019

  2. You Will Select a Decision by Brendan Patrick Hennessy (2013)

  3. How is this both a story and a game?

  4. Definitions of Interactive Fiction “Interactive fiction is any story which cannot be told without interaction from its reader” --sub-q magazine “What the Heck is Interactive Fiction?” Feb 12, 2019.

  5. Definitions of Interactive Fiction “a kind of video game where the player’s interactions primarily involve text” --Interactive Fiction Technology Foundation Interactive Fiction Technology Foundation, “Frequently Asked Questions About Interactive Fiction.” Accessed 23 Feb 2019.

  6. Definitions of Interactive Fiction “The interactor, confronting … an interactive fiction work, is a reader and also a writer” --Nick Montfort Nick Montfort, Twisty Little Passages . MIT Press, 2003.

  7. Digital interactive fiction is a kind of video game (a video game that tells stories and is focused on text) AND Interactive fiction is a type of literature (where the reader is an active participant)

  8. Forms of Interactive Fiction - Parser ● Earliest form of digital interactive fiction; began with Adventure in 1975 by Will Crowther ● Uses the parser (variation of command line) for entering commands; less accessible for newcomers ● Games tend to focus on the setting or the world; privileges open, player-directed exploration

  9. Lost Pig by Admiral Jota (2007)

  10. Forms of Interactive Fiction - Hypertext ● Often considered its own category; leans more on the story end of the story-game spectrum ● A series of links or hypertexts embedded within the text ● “... can offer a feeling of exploration of a different sort than that found in parser IF” (IFTF)

  11. Forms of Interactive Fiction - Choice ● Series of choices presented for the player, either through a menu (CYOA/choice-based) or with links embedded within the text (hypertext) ● Can be digital or physical ● Narrative branches/paths often more explicit ● Often less exploratory and more temporal (choices tend to have more weight, move the story forward)

  12. When one creates IF, are they writing a story, or programming a game?

  13. Creating Interactive Fiction ● Formerly, a programming background (or the patience to learn programming skills) was assumed of a new IF author ● Ongoing effort by some developers to lower the barriers of entry LEFT: Inform 6, developed in 1993, which uses a traditional programming syntax RIGHT: Inform 7, developed in 2006, which uses a “natural language” syntax

  14. Twine ● The development of Twine in 2009 was a major step forward in eliminating barriers to writing hypertext/choice-based IF ● Twine is free; open-source; incredibly easy to use; allows the user to export their games directly to HTML, ready for publishing online ● No programming experience required; however, you can augment your Twine works with custom HTML/CSS/Javascript if you so choose

  15. Twine’s Accessibility "Twine's financial and technical accessibility are major reasons for its broad adoption, especially among economically marginalised, non-traditional game designers ... People who might otherwise never make a videogame make them with Twine" (11) merritt k, editor. Videogames for Humans . instar books, 2013.

  16. “Twine Renaissance” “The Internet in particular has made self-publishing and distributing games both possible and easy. Authors are able to not only put their works online but to find audiences for them. Publishers want to be the gatekeepers of video games, but the Internet has opened those gates" --Anna Anthropy Anna Anthropy, Rise of the Videogame Zinesters . Seven Stories Press, 2012.

  17. “Twine Renaissance” "The problem with games in general ... is that mainstream games are really depersonalised ... I think that what I want to see more of in game is the personal—games that speak to me as a human being, that are relatable, which is the opposite of the big publisher games that I see. People who are creating personal games aren't hundred-person teams, they are people working at homes, making games with free software of their own experiences" --Anna Anthropy “Anna Anthropy and the Twine Revolution.” The Guardian, 10 Apr 2013.

  18. You are standing at the entrance of a grocery store.

  19. .. that’s a lot of choices, hey? ● Implementing multiple stories/paths is really hard ○ Each choice might be valid, but implementing them all would amount to an unrealistic amount of work from the author ● There’s a fine line between handholding the player (which removes the allure of interactivity) vs too many choices (which is too hard for the author to make) ● Designing narratives in games is often about restriction —what the player can and cannot do, and how this affects their play experience

  20. How do we structure our ideas in a manner which is both responsive to the player and manageable for the writer?

  21. Time Cave ● Most common to CYOA stories ● Generally short, but broad; lots of content and possibility (the story could go anywhere) ● Heavily branched, with little to no re-merging of branches ● Privileges openness & freedom; spatial and temporal movement Sam Kabo Ashwell, “Standard Patterns in Choice-Based Games.” 26 Jan 2015.

  22. Entrance to Grocery Store Go to the Go to the Frozen Produce Section Food Aisle Apples? Oranges? Pizza? Perogies? Chronic POISON Slip on an The Recruited Praised for Get stuck in The apple apple! errant orange is for pizza yr good taste freezer perogies are shortage ! orange! cursed delivery also cursed

  23. Gauntlet ● Generally linear & constrained; the player proceeds along a central path ● branches slightly but will merge back onto the main path depending on success/failure ● SKA classifies them as “deadly” or “friendly” Sam Kabo Ashwell, “Standard Patterns in Choice-Based Games.” 26 Jan 2015.

  24. Entrance to Grocery Store f a i l Irritating free sample booth you Try to can’t ignore reason with the vendor Someone from (trapped in high school you conversation) would very much like to avoid Reach the Bakery (success)

  25. Branch and Bottleneck ● Paths diverge, but will come together at common points (“bottlenecks”) during each playthrough of the story ● Allows a great amount of player agency while cohering enough to avoid combinatorial explosion; heavily temporal Sam Kabo Ashwell, “Standard Patterns in Choice-Based Games.” 26 Jan 2015.

  26. Quest ● Quests feature distinct, modular branches; often a journey of (geographic) exploration with a specific purpose/goal in mind ● Modules often have little connection to the main quest; no backtracking or re-merging; always moves forward Sam Kabo Ashwell, “Standard Patterns in Choice-Based Games.” 26 Jan 2015.

  27. Loop & Grow ● Looping thread which repeats over and over from a central node (or series of nodes), with changes implemented with each iteration ● largely static/familiar world, with temporal and narrative momentum through each iteration Sam Kabo Ashwell, “Standard Patterns in Choice-Based Games.” 26 Jan 2015.

  28. Further Reading/Resources Anthropy, Anna. Rise of the Videogame Zinesters . Seven Stories Press, 2012. ● Interactive Fiction Technology Foundation. http://iftechfoundation.org ● Montfort, Nick. Twisty Little Passages: An Approach to Interactive Fiction. MIT Press, 2003. ● merritt k, editor. Videogames for Humans . instar books, 2013. ● Emily Short (http://emshort.blog) ● sub-q magazine (http://sub-q.com) ● Sam Kabo Ashwell (https://heterogenoustasks.wordpress.com) ● Interactive Fiction Database; go here for games! (http://ifdb.tads.org) ● Interactive Fiction Archive (http://ifarchive.org/) ● .. or ask Ian for specific readings / games! ●

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend