Difference between revisions of "Levels"

From gdp3
Jump to: navigation, search
Line 16: Line 16:
  
 
=== Examples ===
 
=== Examples ===
Many early computer games included [[Levels]] but where the difference was only in theme or difficulty if there was any difference at all. Examples of such games include [[Asteroids]], [[Pac-Man]], and [[Missile Command]] and the primary use of [[Levels]] in these games are to signify progression and repopulate the game world, and this is still found in some puzzle games such as [[Bejeweled]], [[Staries]], and [[Zoo Keeper]]. However, many other puzzle games have different configurations or game elements to offer new challenges. Examples of this include [[Braid]], [[Continuity]], [[Cogs]], the [[Incredible Machine game series]], [[Sokoban]], and [[Portal]]. Other computer games that make use of [[Levels]] to offer new challenges include [[Marble Madness]], [[Mercury Meltdown]], and the [[Lemming series]], as well as racing games such as the [[Gran Turismo series]], the [[Need for Speed series]], and the [[Wipeout series]].
+
Many early computer games included [[Levels]] but where the difference was only in theme or difficulty if there was any difference at all. Examples of such games include [[Asteroids]], [[Pac-Man]], and [[Missile Command]] and the primary use of [[Levels]] in these games are to signify progression and repopulate the game world, and this is still found in some puzzle games such as [[Bejeweled]], [[Staries]], and [[Zoo Keeper]]. However, many other puzzle games have different configurations or game elements to offer new challenges. Examples of this include [[Braid]], [[Continuity]], [[Cogs]], the [[Incredible Machine game series]], [[Sokoban]], and [[Portal]]. Other computer games that make use of [[Levels]] to offer new challenges include [[Marble Madness]], [[Mercury Meltdown]], and the [[Lemmings series]], as well as racing games such as the [[Gran Turismo series]], the [[Need for Speed series]], and the [[Wipeout series]].
  
 
Many other computer games use [[Levels]] to gradually increase the difficulty while at the same time developing a story of sorts. Examples of this include [[The Legend of Zelda series]], the [[Super Mario series]], the [[Doom series]], the [[Quake series]], the [[Left 4 Dead series]], [[NetHack]], the [[Diablo series]], and [[Torchlight]].
 
Many other computer games use [[Levels]] to gradually increase the difficulty while at the same time developing a story of sorts. Examples of this include [[The Legend of Zelda series]], the [[Super Mario series]], the [[Doom series]], the [[Quake series]], the [[Left 4 Dead series]], [[NetHack]], the [[Diablo series]], and [[Torchlight]].

Revision as of 13:34, 20 March 2011

A level is a part of the game in which all player actions take place until a certain goal has been reached or an end condition has been fulfilled.

One way that games can divide gameplay into separate sections or chunks are to spatially constrain players into different parts of the game world. These separate parts are typically called Levels.

The difference between Levels in a game may be in content, aesthetics, or a combination of both. Commonly used differences between levels in early arcade games, such as Missile Command, are different color themes and speed of enemy units, thereby creating different levels of difficulty. By contrast, most of the current first-person shooters and real-time strategy games have new environments to be explored in each level, i. e., each level presents new enemies and puzzles for the player. In some games, the levels can also have different primary activities the player has to perform repetitively.

Note: this pattern is not about the concept of character development 'Levels'. This concepts is described as Character Levels.

Examples

Many early computer games included Levels but where the difference was only in theme or difficulty if there was any difference at all. Examples of such games include Asteroids, Pac-Man, and Missile Command and the primary use of Levels in these games are to signify progression and repopulate the game world, and this is still found in some puzzle games such as Bejeweled, Staries, and Zoo Keeper. However, many other puzzle games have different configurations or game elements to offer new challenges. Examples of this include Braid, Continuity, Cogs, the Incredible Machine game series, Sokoban, and Portal. Other computer games that make use of Levels to offer new challenges include Marble Madness, Mercury Meltdown, and the Lemmings series, as well as racing games such as the Gran Turismo series, the Need for Speed series, and the Wipeout series.

Many other computer games use Levels to gradually increase the difficulty while at the same time developing a story of sorts. Examples of this include The Legend of Zelda series, the Super Mario series, the Doom series, the Quake series, the Left 4 Dead series, NetHack, the Diablo series, and Torchlight.

Computer games with large game worlds sometimes use Levels to handle issues of system resources and keeping various monsters and non-player characters from moving freely. The Elder Scrolls series and the Fallout series are examples of such games. The instances found in some Massively Multiplayer Online Games, e.g. World of Warcraft, can be seen as a similar form of Levels. These allow subsets of the players logged on to particular servers to together try to complete specially designed challenges without interference or support from others; in fact several different groups can be in their own instance of the same Level and have no effect on each other, and this is the source of the name for the game concept.

Although not as common as in Computer Games, some Board Games can be seen as making use of Levels. Examples of this includes the missions of both Space Alert and Space Hulk, which are described as part of a larger story even if each game instance only typically makes use of one of the Levels.

Using the pattern

To implement levels in a game, the designer must decide how many levels the game should contain and how they differ and relate to each other. In order to be perceived as part of the same game, the levels should adhere to the general Consistent Reality Logic of the game but typically with at least some local variation.


A common effect of finishing a Level is the Quick Travel to another.

Instances

Irreversible Events Game Element Insertion Challenging Gameplay Quick Returns Backtracking Levels Enemies Extra Chances Freedom of Choice Single-Player Games Speed Runs Varying Rule Sets Alien Space Bats Big Dumb Objects


One way to differentiate levels is to change the theme from level to level. As the change from one level to another typically signifies a change from one location to another, this can be used as a means to change theme, for example, from forest to cave or from railway station to factory. The theme can then be used to set the boundaries for the Consistent Reality Logic, so that only game elements that fit the theme are used within the level.

Another way to differentiate between levels is by changing the end conditions and the primary activities of the players. Having different types of goals that require different fields of expertise in each level (see the patterns concerning goals and game mastery) guarantees Varied Gameplay and includes the possibility of having Unknown Goals as the player progresses from level to level.

The combination of theme, end condition, and primary activities sets the boundaries for what actual game elements should be used in a given level. The use of game elements such as Resource Locations, Save Points, Clues, Helpers, Controllers, Resource Generators, Obstacles, Enemies, Boss Monsters, and the spatial relationships between them, can then be used to provide additional Varied Gameplay and Surprises. Spawn Points for the player Avatars are especially important as they determine the players' starting conditions and can be used to create Tension or Time Limit if this is in line with the theme or the primary activities of the level.

The spatial construction of a level affects how players are made aware of the existence of possibly selectable further levels and how to reach them. Being able to directly observe the other levels through Invisible Walls or Inaccessible Areas is an obvious way to do this, but Game State Overview as well as Clues and Helpers can also be used. The latter option is in some cases easier to fit within the Consistent Reality Logic of the game.

The completion of a level in most of the currently popular genres consists of achieving a Traverse goal by moving through the level from the start point to the Goal Point. Reaching this goal is often symbolized by the activation of a Controller, such as opening the main door to the next level, or by defeating a Boss Monster.

Levels can be used to support Smooth Learning Curves and Right Level of Difficulty by making the initial levels small, or easy in other ways, to complete. Completing these initial levels, the players should get familiar with using the interface and with the primary activities of the game, making it possible at the later levels to concentrate more on achieving Game Mastery.

Diegetic Aspects

Interface Aspects

Narrative Aspects

Boss Monsters

Consequences

The concept of Levels lets the game designer delimit the Game World and thereby the complexity of the game as well as giving players Limited Foresight. Levels can also be used to progress the Narrative Structure in a controlled fashion through the use of Closure Points when changing Levels are Irreversible Actions. These progressions of the story in games are usually done by Cut Scenes between Levels but can also be done through the different events and game elements that occur in the new level.

The existence of a level assumes the existence of the next level or the completion of the game, providing explicit short-term Exploration goals for the players of finding the next level. The completion of a level thereby provides strong Hovering Closures, especially if Save Points only exist between the levels. The levels always create a Hierarchy of Goals, be it linear, as is the case with the most shoot-'em-ups, or structured in a more elaborate way, as is done, for example, in the different worlds in Super Mario 64.

By being different both as to structure and gameplay, the levels can provide Varied Gameplay and Surprises. Each level also has the possibility to support Exploration goals, which may be extended to a larger scale if the players have a choice between the order in which to complete levels.

Movement between Levels create Quick Travel unless games are explicitly designed to not have this. One example of how this can be avoid is present in the Left 4 Dead series - here the safe rooms are present in both levels and changes occur when all doors are closed so the noticeable difference of having changed Levels is minimized.

Relations

Can Instantiate

Quick Travel

Can Modulate

Can Be Instantiated By

Can Be Modulated By

Possible Closure Effects

Quick Travel

Potentially Conflicting With

History

A revised version of the pattern Levels that was part of the original collection in the book Patterns in Game Design[1].

References

  1. Björk, S. & Holopainen, J. (2004) Patterns in Game Design. Charles River Media. ISBN1-58450-354-8.

Acknowledgments

-