Supriya Ghosh (Editor)

Level (video gaming)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A level, map, area, stage, world, rack, board, zone, or phase in a video game is the total space available to the player during the course of completing a discrete objective. The term "level" can also refer to difficulty level, as in a degree of difficulty.

Contents

History

The use of levels in video games dates back to Namco's shoot 'em up Galaxian, released in 1979 during the golden age of video arcade games. The term level used during this era of arcade video games represented a difficulty phase or defined section of a given game, as in Galaga (stage 2) or Dungeon.

Another early example of the term "level" is from early role-playing games, where it referred to level of a dungeon—the setting most such games were played in. Players would begin at the bottom (level 1), and proceed through increasingly numbered levels (of increasing difficulty) until they reached their freedom at the top, or they would start at the top (which would also be level 1), and proceed through increasingly numbered (and difficult) levels until they reached the treasure at the bottom.

Overview

In games with linear progression, levels are areas of a larger world. Games may also feature interconnected levels, representing locations.

Each level usually has an associated objective, which may be as simple as walking from point A to point B. When the objective is completed, the player usually moves on to the next level. If the player fails, they must usually try the same level again or perhaps return to the very start of the game. In games with multiple human players, the level may simply end once a limit in points or time has been reached. Not all games order the levels in a linear sequence; some games allow the player to revisit levels or complete them in any order, sometimes with an overworld in which the player can transition from one level to another. An example of this is The Legend of Zelda.

Programming constraints such as a limit on memory with which to store graphics and sound necessitated that games be split into levels if they were to offer a great deal of variety in the game. Variety in a game's environment could not have been achieved at the time without a level system, since the hardware could not hold multiple sets of game data (such as the level plan or the tileset that defines its look and feel) at the same time.

Some modern games have attempted to gain the benefits of a level system while giving the impression that the games are continuous—i.e., one long game rather than levels. In these games, data required for an upcoming level is loaded into memory in the background as the player approaches it, a process known as prefetching.

A practical advantage is that levels divide the game into manageable sections, giving players a chance to rest at periodic intervals. Games can be automatically saved at these points and the gaps can help build suspense.

Levels are usually laid out as a continuous 2D or 3D space, but in games such as Super Mario Bros. 3, the spaces may be separate, with some form of teleportation in between. The space may have varying elevation and physical obstacles. The level will usually feature entities (usually characters) that commence some sort of procedure after being triggered by the player standing in a particular area or perhaps interacting with an object in the level.

Although the challenge in a game is often to defeat some sort of character, levels are sometimes designed with a movement challenge, such as a jumping puzzle, a form of obstacle course. Players must judge the distance between platforms or ledges and safely jump between them to reach the next area. These puzzles can slow the momentum down for players of fast action games; the first Half-Life's penultimate chapter, "Interloper", featured multiple moving platforms high in the air with enemies firing at the player from all sides.

Terminology

As games became more varied and specialized, terminology has arisen in level design as shorthand to describe a specific type of game section or segment that are often seen in certain genres or accommodate to specific game designs.

Game designers often use other terms to suit the game's theme, such as "book", "camp", "floor", "land", "phase", "room", etc. Designers may also avoid actually using level terminology at all, instead referring to each level only by its title or location (town, city, country, etc.), usually to maintain a sense of immersion.

Choke point is a small area that controls transition between levels.

Focus node is a location of a shared resource, increasing player interaction.

Level design

A person who creates levels for a game is a level designer or mapper, the latter most often used when talking about first-person shooters where levels are normally referred to as maps. The computer programs used for creating levels are called level editors. Sometimes a compiler is also required to convert the source file format to the file format used by the game, particularly for first-person shooters. Designing levels is a complex art that requires consideration for visual appearance, game performance, and gameplay. Creation of levels is an integral part of game modding.

Secret levels

A secret level is a level that is hidden from a player. A secret level is usually accessed by performing actions that a player would normally not perform except through coincidence or prior knowledge (such as jumping on a block seven times and then punching the air). In many cases, secret levels are accessed by locating a hidden goal or location in another level. Other times, a secret level is accessed by performing exceptionally well (such as in Super Smash Bros.), or by performing an exceptionally large task (such as in Sonic Adventure 2). Sometimes, a level can be accessed simply by watching the credits (such as in Call of Duty 4) or completing the game.

Bonus stage

A bonus stage (also known as a bonus level or bonus round) is a special level designed to reward the player or players, and typically allows the player to collect extra points or power-ups. Often a bonus stage will have no enemies or hazards, or may contain them but player character is invulnerable to attack from them and cannot be harmed. Some games have bonus stages where the player character can be harmed by enemies or hazards, but will not lose health or lives if killed, instead the stage just ends and play continues with the next regular stage. Many bonus stages need to be activated or discovered in some manner, or certain conditions must be satisfied to access them, also making them secret levels. Sometimes bonus stages are not secret but compulsory and must be played, often after completing regular stages. In some games, bonus stages have an interface and game paradigm that is completely different and disconnected from the rest of the game, as in the slot machine bonus stage of Super Mario Bros. 2. Other bonus stages use the same gaming paradigm as the rest of the game, as in the car smashing bonus stage of Street Fighter II or the bonus stages in Super Monkey Ball where you collect bananas to earns extra points and lives. In the Bomberman series, they also have enemies in bonus stages with the goal being to defeat as many enemies as you can to earn items and power-ups. In addition, the player won't lose a life from touching the enemy or being caught in a bomb blast during the bonus stage. Many games feature bonus stages somewhere between the two extremes.

Minigame

A minigame (also spelled mini-game or mini game and sometimes called a subgame) is a short video game often contained within another video game, that can be accessed through reaching a specific location or condition, in the regular game. Sometimes it may be accessed through menus at the games title screen, either all the time or after being unlocked. A minigame is always smaller or more simplistic than the game in which it is contained. Minigames are sometimes also offered separately for free to promote the main game. Some minigames can also be bonus stages or secret levels. If played well some minigames may grant rewards that help play in the regular game it is within, such as in game currency, power ups, health, or other items, while some minigames offer no bonuses and are simply for fun.

References

Level (video gaming) Wikipedia