Difference between revisions of "Game Over"

From gdp3
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
  
 
=== Examples ===
 
=== Examples ===
[[Asteroids]], [[Donkey Kong]], [[Outrun]], [[Pong]], and [[Pac-Man]] are all games where players experience [[Game Over]] when they run out of lives. However, in original [[:Category:Arcade Games|Arcade]] version it was possible to pay for more lives. [[Gauntlet]] is a latter example.
+
[[Asteroids]], [[Donkey Kong]], [[Out Run]], [[Pong]], and [[Pac-Man]] are all games where players experience [[Game Over]] when they run out of lives. However, in original [[:Category:Arcade Games|Arcade]] version it was possible to pay for more lives. [[Gauntlet]] is a latter example.
  
 
Getting killed in the [[Counter-Strike series]] or losing one's last card in [[Coup]] results in players being thrown out of the game. However, since each game round is so short and one typically play many rounds back-to-back, the effects of [[Game Over]] are not too severe.
 
Getting killed in the [[Counter-Strike series]] or losing one's last card in [[Coup]] results in players being thrown out of the game. However, since each game round is so short and one typically play many rounds back-to-back, the effects of [[Game Over]] are not too severe.
  
 
== Using the pattern ==
 
== Using the pattern ==
Designing [[Game Over]] events in a game consists of choosing what causes them. A typical cause is simple that it is [[Death Consequences|Death Consequence]], typically cause by losing all [[Lives]] or suffering from a [[Permadeath]]. However, [[Player Elimination]] or [[Player Kicking]] can also function as can [[Time Limits]] that create [[Time Limited Game Instances]]. Of course, winning a game also causes a [[Game Over]] but the pattern can also be applied to [[Unwinnable Games]] since [[Game Over]] events can be penalties.
+
Designing [[Game Over]] events in a game consists of choosing what causes them. A typical cause is simple that it is a [[Game Termination Penalties|Game Termination Penalty]] or the logical conclusion of [[Death Consequences]] when a players have lost all [[Lives]] or suffers from a [[Permadeath]] event. However, [[Player Elimination]] (and [[Team Elimination]]) or [[Player Kicking]] can also function as can [[Time Limits]] that create [[Time Limited Game Instances]]. Of course, winning a game also causes a [[Game Over]] but the pattern can also be applied to [[Unwinnable Games]] since [[Game Over]] events can be penalties.
  
 
[[End State Scoring]] is an option to add some [[Tension]] after gameplay has ended and can be used to support [[Winner determined after Gameplay Ends]]. Related to this, players are encouraged to create [[Game Over]] events for everyone when [[Speedending]] is perceived as a good strategy.  
 
[[End State Scoring]] is an option to add some [[Tension]] after gameplay has ended and can be used to support [[Winner determined after Gameplay Ends]]. Related to this, players are encouraged to create [[Game Over]] events for everyone when [[Speedending]] is perceived as a good strategy.  
 
Another, which adds a consequence and possible goal to want to reach a [[Game Over]] event, is to use [[Winning by Ending Gameplay]]. [[Pay to Play]] is an option to let players begin playing again if they are willing to play.
 
Another, which adds a consequence and possible goal to want to reach a [[Game Over]] event, is to use [[Winning by Ending Gameplay]]. [[Pay to Play]] is an option to let players begin playing again if they are willing to play.
 +
 +
While [[Fake Game Overs]] quite clearly aren't [[Game Over]] events, they can be used to trick players into believing they're experience such for some time.
  
 
== Consequences ==
 
== Consequences ==
 
[[Game Over]] causes players to not be able to play. In practice this becomes [[Downtime]] if another game instance will start soon, as is the structure of quick games such as [[Coup]] or [[The Resistance]] but otherwise can force the former players to start doing something else. Unless [[Game Over]] occurs to all players at the same time in [[Multiplayer Games]], it can create [[Unsynchronized Game Sessions]].
 
[[Game Over]] causes players to not be able to play. In practice this becomes [[Downtime]] if another game instance will start soon, as is the structure of quick games such as [[Coup]] or [[The Resistance]] but otherwise can force the former players to start doing something else. Unless [[Game Over]] occurs to all players at the same time in [[Multiplayer Games]], it can create [[Unsynchronized Game Sessions]].
 +
 +
The introduction of [[Game Over]] events being possible is likely to create [[Extermination]] phases. Likewise, identifiable points in gameplay time when the risk of [[Game Over]] events increase markedly can also signify the beginning of [[Extermination]] phases.
  
 
== Relations ==
 
== Relations ==
 
=== Can Instantiate ===
 
=== Can Instantiate ===
[[Downtime]]
+
[[Downtime]],
 +
[[Extermination]]
  
 
==== with [[Multiplayer Games]] ====
 
==== with [[Multiplayer Games]] ====
Line 38: Line 43:
 
=== Can Be Instantiated By ===
 
=== Can Be Instantiated By ===
 
[[Death Consequences]],  
 
[[Death Consequences]],  
 +
[[Game Termination Penalties]],
 
[[Lives]],  
 
[[Lives]],  
 
[[Permadeath]],  
 
[[Permadeath]],  
Line 43: Line 49:
 
[[Player Kicking]],  
 
[[Player Kicking]],  
 
[[Speedending]],  
 
[[Speedending]],  
 +
[[Team Elimination]],
 
[[Time Limited Game Instances]],  
 
[[Time Limited Game Instances]],  
 
[[Time Limits]],  
 
[[Time Limits]],  
Line 56: Line 63:
  
 
=== Potentially Conflicting With ===
 
=== Potentially Conflicting With ===
-
+
[[Fake Game Overs]]
  
 
== History ==
 
== History ==

Latest revision as of 09:05, 21 September 2016

The event which makes a player no long able to participate in the gameplay of a game instance.

Most games are design to end at some point, and some are designed to make some players stop playing before all other do. A Game Over event is when a player is locked out from gameplay due to some rule in the game.

Examples

Asteroids, Donkey Kong, Out Run, Pong, and Pac-Man are all games where players experience Game Over when they run out of lives. However, in original Arcade version it was possible to pay for more lives. Gauntlet is a latter example.

Getting killed in the Counter-Strike series or losing one's last card in Coup results in players being thrown out of the game. However, since each game round is so short and one typically play many rounds back-to-back, the effects of Game Over are not too severe.

Using the pattern

Designing Game Over events in a game consists of choosing what causes them. A typical cause is simple that it is a Game Termination Penalty or the logical conclusion of Death Consequences when a players have lost all Lives or suffers from a Permadeath event. However, Player Elimination (and Team Elimination) or Player Kicking can also function as can Time Limits that create Time Limited Game Instances. Of course, winning a game also causes a Game Over but the pattern can also be applied to Unwinnable Games since Game Over events can be penalties.

End State Scoring is an option to add some Tension after gameplay has ended and can be used to support Winner determined after Gameplay Ends. Related to this, players are encouraged to create Game Over events for everyone when Speedending is perceived as a good strategy. Another, which adds a consequence and possible goal to want to reach a Game Over event, is to use Winning by Ending Gameplay. Pay to Play is an option to let players begin playing again if they are willing to play.

While Fake Game Overs quite clearly aren't Game Over events, they can be used to trick players into believing they're experience such for some time.

Consequences

Game Over causes players to not be able to play. In practice this becomes Downtime if another game instance will start soon, as is the structure of quick games such as Coup or The Resistance but otherwise can force the former players to start doing something else. Unless Game Over occurs to all players at the same time in Multiplayer Games, it can create Unsynchronized Game Sessions.

The introduction of Game Over events being possible is likely to create Extermination phases. Likewise, identifiable points in gameplay time when the risk of Game Over events increase markedly can also signify the beginning of Extermination phases.

Relations

Can Instantiate

Downtime, Extermination

with Multiplayer Games

Unsynchronized Game Sessions

Can Modulate

Unwinnable Games, Winner determined after Gameplay Ends

Can Be Instantiated By

Death Consequences, Game Termination Penalties, Lives, Permadeath, Player Elimination, Player Kicking, Speedending, Team Elimination, Time Limited Game Instances, Time Limits, Winning by Ending Gameplay, Winning the game

Can Be Modulated By

End State Scoring, Pay to Play

Possible Closure Effects

-

Potentially Conflicting With

Fake Game Overs

History

New pattern created in this wiki.

References

-

Acknowledgements

-