Skip to main content

READING 6: DOING

Illustration by Shane Francisco on dribbble.

Difference between a linear and nonlinear story structure

The most common storytelling structures that are present in games are linear and nonlinear, since there is no single mode of narrativity in entertainment software [1]. Linear narratives follow a chronological path with a defined beginning, middle, and end. The player progresses through the game in a straight line by reaching predefined plot points. This is different to games with a nonlinear structure because they provide the player with the freedom to make decisions that can influence the story. The player's choices offers them several possible endings. There are games that have a combination of both structures.

Three act structure

The three act structure is a method of linear storytelling which divides a plot into a beginning, middle, and end. This model is widely used for designing a high level framing narrative for computer games [2].  The conflict is introduced at the beginning, followed by the play out of consequences, and completed with a resolution to the conflict. The structure is typically implemented by presenting the main plot points as non-interactive cutscenes throughout the gameplay. The player is expected to complete tasks in between in order to finish the level. This structure works efficiently in games because it provides the player with a goal to solve the story's main conflict.

Nonlinear substructures 

Open world and branching are the main categories within the nonlinear structure. In an open world, the player is able to experience the events of the entire game narrative in any order they please. The player has more freedom to explore but there are also limitations to keep them on track as they move through the game. The branching category can either follow the structure of a tree that branches out with a number of different possible outcomes, or have several plot lines which lead to the same destination. Giving the player the ability to impact the story enhances the feeling of the narrative's significance [2]. Both open world and branching give the player some sense of control over the game narrative. 

Combining linear and nonlinear structures

A story is typically linear and a game is nonlinear. Giving the player a sense of control brings meaning to their gaming experience. "Games must provide at least the illusion of free will to the player" [3]. Therefore, a game designer must be able to apply a linear story structure effectively while still allowing the player to feel as though their actions are influencing the narrative. If the player is bound to the path of the story, it results in a less satisfying game and feels more like a story alone. The combination of linear and nonlinear structures in games allows two opposites to tell a story in an engaging way. 

References

[1] Aarseth, E. (2012) 'A Narrative Theory of Games', Proceedings of the International Conference on the Foundations of Digital Games, pp. 129.

[2] Lindley, C.A. (2005) 'Story and Narrative Structures in Computer Games'. Bushoff, Brunhild.Ed, .

[3] Costikyan, G. (2000) 'Where Stories End and Games Begin'.

This week's project work

Comments

Popular posts from this blog

INTRODUCTION TO SOMEONE WHO'S JUST VIBING

HEY!! Look who made it to her second year of college!! Me, Nadine, I did!! Yeah, I'm even more surprised than you are.  Happy girl illustration by 94MLK_ on Twitter. Saved from Pinterest . Last year wasn't too bad, but that was up until the whole country went into quarantine and I began to fear for my college career. I was constantly on the verge of giving up on my assignments but I would like to thank my friends for not allowing that to happen. I'm so glad I get to start year two with them and hopefully we'll make it to the end together too!  Despite the stress, there are a few pieces of work from year one that I'm proud of. I liked the websites that I created for Web Development 1 and 2, the video I edited from Introduction to Digital Media mission 3 and the advertisement poster I made for Digital Photography. I hope to produce better work this year.  Personal screenshot from the index page of my web development 1 project. Personal screenshot from the index page ...

UNITY TUTORIAL 04

Various devices illustration from Freepik . This week I completed the final set of tutorials to create a simple animal feeding game. I learned how to make animals spawn on their own rather than having to click "S" to do so. This involved creating a custom function and moving the if-statement under "void Update" to this new function. I also learned how to make the animals spawn after a certain timeframe. I learned how to add box colliders to the animals and how to edit the size of these box colliders. Moreover, I was taught how to make the animals and pizza disappear when they came in contact with each other. I added an else-if-statement that triggers a "Game Over" message when an animal surpasses the player without being fed.  Following this, I completed a challenge in which I had to correct a game similar to the one in the previous tutorials. The final product should allow the player to spawn dogs to catch falling coloured balls. The dogs were initially a...

GAME BRAINSTORM

Game devices from Creative Market . For my first game idea, I was thinking of creating an infinite runner game like the well-known mobile game, Subway Surfers. This is a game that I'm very familiar with and used to spend a lot of time playing. What makes my idea different is that I want to have a more nature-based theme and have the player be extremely small, similar to the character Arrietty from the Ghibli Studios film, "The Secret World of Arrietty," who is a tiny girl who lives with her parents beneath the house of a regular sized family. She often ventures outside to gather supplies. Just like in Subway Surfers, the players main objective is to avoid getting caught. I was thinking of putting the player in a garden where they have accidentally disrupted a sleeping dog and waking it up which results in a chase across the garden. The player must continually run away from the dog while collecting seeds which add up as points. As the game progresses, so does the player...