Difference between revisions of "Time Pressure"

From gdp3
Jump to: navigation, search
(Using the pattern)
(Examples)
Line 8: Line 8:
 
=== Examples ===
 
=== Examples ===
 
Many racing games, e.g. [[Outrun]] and [[Sega Rally]], give players a limited amount of time to reach a check point, and thereby put them under stress. Successfully getting there before the time has run out replenishes the time left but typically so that one is under even more [[Time Pressure]] to reach the next check point.
 
Many racing games, e.g. [[Outrun]] and [[Sega Rally]], give players a limited amount of time to reach a check point, and thereby put them under stress. Successfully getting there before the time has run out replenishes the time left but typically so that one is under even more [[Time Pressure]] to reach the next check point.
 +
 +
The survival mode in the [[Left 4 Dead Series]] make people strive for as long as possible to avoid getting overwhelmed by zombies. By having three different levels of success players have a time-related pressure that consist not of finishing something as quickly as possible but avoiding failure for as long as possible.
  
 
Turn-based games such as [[Chess]] and [[Go]] often have implicit [[Time Pressure]] as other players have to wait while one player is playing. This [[Time Pressure]] is typically formalized in tournament forms of the game to make it easier to synchronize the different games.
 
Turn-based games such as [[Chess]] and [[Go]] often have implicit [[Time Pressure]] as other players have to wait while one player is playing. This [[Time Pressure]] is typically formalized in tournament forms of the game to make it easier to synchronize the different games.

Revision as of 15:19, 19 November 2009

That gameplay imposes a sense of need for complete actions or goals quickly.

Whenever players need to complete an activity and perceive that they have limited time they may feel Time Pressure. The time available may be presented to players very concrete, e.g. explicitly pointed out to players as time left to complete something, but may also not be presented at all (as long as players are made aware of the pressure at some point). However, the amount of time available can be undecided while still creating stress for the players, e.g. when they are pitched against each other to complete a race or puzzle as quickly as possible.

Examples

Many racing games, e.g. Outrun and Sega Rally, give players a limited amount of time to reach a check point, and thereby put them under stress. Successfully getting there before the time has run out replenishes the time left but typically so that one is under even more Time Pressure to reach the next check point.

The survival mode in the Left 4 Dead Series make people strive for as long as possible to avoid getting overwhelmed by zombies. By having three different levels of success players have a time-related pressure that consist not of finishing something as quickly as possible but avoiding failure for as long as possible.

Turn-based games such as Chess and Go often have implicit Time Pressure as other players have to wait while one player is playing. This Time Pressure is typically formalized in tournament forms of the game to make it easier to synchronize the different games.

Each turn in the board game Ricochet Robots put players in the situation where they not only have to solve a puzzle but also do so quicker than the other players. This stresses players to quickly find a solution while making it uncertain how long time they have until they need to find a more efficient solution than is currently sufficient.

The casual game Staries penalizes players that take too long time to make a move by locking stars on the game board. There is however done with no forewarning after a move has been done so players are implicitly stressed to make moves as quickly as possible.

Using the pattern

Time Limits as used in Outrun and Sega Rally can naturally cause Time Pressure but only if they are part of Committed Goals. These can then easily be communicated to players through Game State Indicators and Alarms, which may or may not clearly express needs to be done hastily or what the consequences of failing will be. While Time Limits give external reasons for Time Pressure, Interruptible Actions or any type of Continuous Goals (that is, continuous goals can be used even if they are not Committed Goals) can be used to created internal reasons.

An alternative to have time run out is to create Continuous Goals to need to be maintain for a certain amount of time, where the Survive goal is a clear example of this.

Besides deciding the reasons for the Time Pressure the amount of time available needs to be decided. This needs to be balanced so that it fits the Right Level of Complexity since for example a Time Limit that may stress a novice player may not imply any pressure on an expert player. Note that Time Pressure does not need to be limited to Real-Time Games or Tick-Based Games; the turns in Turn-Based Games can provide a measure of time as well.

Time Pressure can also be created by setting up players to compete with each other in being the first to achieve a certain objective in the game (i.e. they have the same Symmetric and Interferable goal as for example in Ricochet Robots). Games with Racing instantiate this pattern and a Meta Game version of this is the "Speed Run" . The latter makes use of storing the Gameplay Statistics of how long time it takes to perform various goals as High Score Lists and thereby lets players try to beat previous times.

Interface Aspects

Time Pressure can be either implicitly or explicitly imposed on players. Having Goal Indicators and Game State Indicators while it is possible to succeed gives explicit Time Pressure while showing these after a failure can provide Near Miss Indicators.

Consequences

Being stressed about completing activity within limited time gives Tension and Anticipation of a potential failure, both which can give rise to Emotional Immersion. Putting players under Time Pressure give them Limited Planning Ability which likely avoids Analysis Paralysis, but may also be the cause of it.

Relations

Instantiates

Analysis Paralysis

Modulates

Right Level of Complexity

Instantiated By

Alarms, Continuous Goals, Interruptible Actions, Racing, Time Limits

Modulated By

Goal Indicators, Game State Indicators, Right Level of Complexity

Potentially Conflicting With

Analysis Paralysis

History

New pattern created in this wiki.

References