Search

Search content of the knowledge base.

The search found 2 results in 0.008 seconds.

Search results

  1. Blue Lacuna: Lessons Learned Writing the World's Longest Interactive Fiction

    Blue Lacuna is an ambitious new long form interactive fiction comprising nearly 400,000 words of prose and natural language source code. The longest work yet produced in the Inform 7 language, it is also among the most substantial text-based story games in existence, an interactive novel with an average play time of fifteen to twenty hours. In development between 2006 and 2009, Blue Lacuna features several experiments of interest to creators of long-form interactive stories. This paper describes these experiments and performs an anecdotal post-mortem on what succeeded and failed in the project's realization. I focus on how successful I was at achieving my three principal goals: 1) simplifying the IF interface so those unfamiliar with the medium can easily participate, 2) telling a story which revolves around the player's ability to make choices with real dramatic repercussions, and 3) creating a character able to form a complex relationship with the player across the span of a novel-length story.

    Audun Andreassen - 10.04.2013 - 11:24

  2. Generating Narrative in an Interactive Fiction Game

    This thesis explores a niche field of Computer Science called Interactive Fiction, a field that utilizes the conventions of a regular story to offer multiple variations on how the story plays out. Our goal is to explore the possibility of developing a game that can generate a story file during game play that not only reads like a short story but reflects the events that transpire during a given game play. During development, we have determined that keeping track of various "states", we can simulate a narrative based on actions that transpire in the game.

    We developed the game using a language called Inform 7. Inform 7 is a language developed for Interactive Fiction. It contains classes with functionality similar to real-life objects from a narrative stand-point and provides a system of rules that can be edited to simulate real-life actions and events. The language also bases its syntax on English and is thus easy to read and understand.

    Martin Li - 16.09.2020 - 14:14