Difference between revisions of "Turn-Based Games"

From gdp3
Jump to: navigation, search
 
(64 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Patterns]]
 
[[Category:Patterns]]
 
[[Category:Needs revision]]
 
[[Category:Needs revision]]
 +
[[Category:Needs references]]
 
[[Category:Needs examples]]
 
[[Category:Needs examples]]
[[Category:Staffan's current workpage]]
+
''Games where the gameplay is clearly divided into clearly defined parts where players can plan and select actions''
''Games where the gameplay is clearly divided into clearly defined parts''
+
  
Many games separate gameplay into easily understandable units where some actions are allowed and others not allowed. The
+
Many games separate gameplay into easily understandable units where some actions are allowed and others not allowed. Most traditional games follow this pattern by letting one player plan and then execute an action as a turn and then letting another player do a turn, alternating until the game is finished. Turns are in this way typically used to describe periods of gameplay when one player can plan without risk of interruption to select and perform one action. However, this can challenged in various ways in games while still having them be perceived as having turns, e.g. by having several players do turns simultaneously, being able to do several actions, introducing time limits to make the actions, or letting other players have the possibility of interrupting turns.
  
[[Interruptible Actions]]
+
Games with more complex structures of organizing gameplay can have turn-like structures on many levels. To distinguish between these rounds, phases, and segments are often introduced as concepts, while turns typically signify when players make important choices that need several steps to evaluate or get to make an uninterrupted series of actions. The players' perception of the gameplay is often the determining factor if a game is called turn-based rather than its internal structure. This is the case why not all computer games have seen as turn-based, even if they do have clearly defined states at all points due to being programs.
[[Real-Time Games]]
+
[[Time Pressure]]
+
[[Space Alert]]
+
[[Time Limits]]
+
[[Bloodbowl]]
+
[[Diplomacy]]
+
[[Space Alert]]
+
[[Space Alert - the computer games]]
+
  
Turn-Based Games
+
=== Examples ===
.
+
In [[Chess]] and [[Go]], the players take turns to move or place their pieces on the board. In the basic variant, there is no strict time limit for the players to execute their turns apart from social pressure exerted by the other player while in tournaments this may be enforced due to practical reasons. [[Diplomacy]] is an early example of letting players simultaneously have turns, alternating between letting them negotiate with each other for a predetermined period of time and then executing their chosen actions. [[RoboRally]] is a newer example where players simultaneously decide the next five actions for their robots and then execute them in parallel. [[Ricochet Robots]] uses a similar structure, with each turn letting all players participate in a time-limited bidding in how few moves they can solve a movement puzzle, and then letting the lowest bidder show his or her solution in an ''proving'' phase.
  
to change the game state, and the progress of game time is not tied to the real time
+
The computer games [[Laser Squad Nemesis]] and the [[Combat Mission series]] offer the players modes for hot-seating, switching the player whose turn it is, and sending the turn information via e-mail to the other player. The [[Civilization (video game) series|Civilization]] video game series has a turn-based structure in which a player may move all his or her units based upon an action point system, showing an example of more complex division of how to separate gameplay. [[Bloodbowl]] does the same but enforces that one unit's actions are finished before activating the next unit.
  
 +
The two-person board game [[Space Hulk]] also has a similar structure, but also has strict time limits on the player controlling the human marines. By introducing a time limited planning phase and an execution phase which replenishes the time limit, the single-player [[Space Hulk (video game)|computer-based version]] can be seen as removing the turn-based structure since enemy actions also take place within the execution phase. Similarly, the board game [[Space Alert]] has a real-time planning phase followed by a execution phase when they are executed. By separating all the planning and all the execution into two phases, the game also challenges the turn-based structure.
  
The progress of game time in Turn-Based Games is not directly linked to real time, and it may be up to the players to pace the game.
+
[[Puerto Rico]] lets the active player chooses one action which then every player gets to perform, although the choosing player get a bonus. In this fashion, the game has a turn-based structure which is associated with one player but no player needs to wait long between being able to act in the game.
  
Example: In [[Chess]], the players take turns to move their pieces on the board. In the basic variant, there is no strict time limit for the players to execute their turns apart from social pressure exerted by the other player while in tournaments
+
[[Peggle]] and pool games such as [[Eight-ball]] show that while some games are [[Turn-Based Games]] the execution of events may take place in real time.
  
Example: Laser Squad Nemesis and the Combat Mission series offer the players modes for hot-seating, switching the player whose turn it is, and sending the turn information via e-mail to the other player.
+
Wikipedia has a section on [[Turn-Based Games]]<ref name="wikipedia"/>.  
  
=== Related Descriptions ===
+
== Using the pattern ==
Wikipedia<ref name="wikipedia"/> as a section on [[Turn-Based Games]].
+
A primary choice when considering having turns in games is if this should be done in conjunction with [[Turn Taking]] or not, since this can give rise to [[Exaggerated Perception of Influence]] and [[Stimulated Planning]] (The pattern [[Turn Taking]] discusses the effects of letting players alternate between being able to influence the game and different options on how to limit the actions possible within a turn). [[Private Game Spaces]] is an alternative to allow [[Stimulated Planning]] but makes [[Combat]] more difficult and [[Conflicts]] less direct.  
  
Using the pattern
+
An important aspect of [[Turn-Based Games]] is what determines how a turn ends. Besides simply waiting until a player has finished (see [[Turn Taking]] for options) or run out of actions due to [[Action Caps]] such as [[Budgeted Action Points]], one can introduce [[Time Limits]] which although not possible on an overall scale shows how [[Turn-Based Games]] can have parts that work like [[Real-Time Games]]. For the [[Time Limits]] to serve a purpose, failing to finish ones actions before the given time need to be connected to [[Penalties]], which can range from enforced [[No-Ops]] through pre-determined or randomized actions to forfeiting the game. Another possibility is [[Turnovers]], having a turn end as a [[Penalties|Penalty]] due to failing to perform certain actions, this is for example used in [[Bloodbowl]].
  
Turn-Based Games may be easily changed to Tick-Based Games by simply introducing Time Limits to the players' Turn Taking. Turn-Based Games can be supported by Dedicated Game Facilitators, especially when the turn is resolved simultaneously, but they are also at least partly Self-Facilitated Games, as completing the turn requires effort from the players, distinct from the actual gameplay.
+
Avoiding [[Turn Taking]] requires that rules exists concerning all players rather than just one player to determine when turns end. This can simply be when all players have finished their possible actions according to any of the possibilities above, but this also makes [[Downtime]] and [[Analysis Paralysis]] a possibility (although mostly mitigated if common [[Time Limits]] are used). However, some purely group-based alternatives exist. Firstly, where [[Bidding]] and [[Trading]] are typical examples, one can provide actions which have [[Diminishing Returns]] structures until all players prefer to do [[No-Ops]]. Secondly, may or may not avoid [[Turn Taking]], [[Role Selection]] and [[Token Placement]] can let players choose what type of actions to do in [[Planning Phases]] but then let all players do these actions in [[Execution Phases]] (examples of this can be found in [[Dominant Species]], [Egizia]], and [[Puerto Rico]]). Thirdly, which is typically a consequence of all players just done [[Action Programming]] in [[Planning Phases]], is to have [[Execution Phases]] consisting purely of [[Excise]] (found both in [[Diplomacy]] and [[Space Alert]]).  
  
Combat and Capture in Turn-Based Games compared to Real-Time Games requires more of players cognitive skills, as they have more time to think, and the Timing of actions in Combat and Capture require more Puzzle Solving skills than skills in Dexterity-Based Actions.
+
Regardless of [[Turn Taking]], [[Time Limits]] effectively turn [[Turn-Based Games]] into [[Tick-Based Games]]. However, unless there are [[Dedicated Game Facilitators]] it is easy for extra moments of planning time before the next turn begins unless the players have divided some of their attention from the actual gameplay.
  
Some Turn-Based Games allow players to pass their turn without making any actions, in principle, making one big No-Op action. The actions available to the players during their turn can vary from simple pre-specified actions (such as roll a die and move) to complex action sequences with Budgeted Action Points. An interesting alternative is to have Asymmetric Abilities that rotate out of sync with the turns. Also in some games, these action sequences can have characteristics of Real-Time Games such as Maneuvering, although these have otherwise contradictory characteristics.
+
Although [[Turn-Based Games]] are on one level incompatible with [[Real-Time Games]], the execution of events started by actions as part of the turns can be shown in real-time; examples of games doing this is [[Peggle]] and [[:Category:Pool Games|Pool Games]].
  
Simultaneous turns
+
=== Diegetic Aspects ===
 +
Turns are not always easy to explain diegetically. Possibilities include seeing them as actions and re-actions, e.g. attacks and defenses, or as ways to model specific parts of the diegetics while avoiding otherwise, e.g. [[Combat]] in role-playing games such as [[Dungeons & Dragons]] or [[GURPS]]. Turns can however work well as the mechanic that progresses time in the game world, see [[Turn-Based Games#Narrative Aspects|Narrative Aspects]].
  
Note that [[Turn-Based Games]] do not have to force other players  
+
=== Interface Aspects ===
 +
The interface for [[Turn-Based Games]] need to clearly indicate what actions are possible and which are not during any specific turn, and in many cases also show ''who's'' turn it is. This is actually even more important in [[Self-Facilitated Games]] since mistakes can be difficult to undo and may have revealed planned players actions, and some games provide special game tokens just to keep track of this (e.g. the governor card in [[Puerto Rico]]). In this way, the way turns are indicated in games are similar to how game modes are indicated. However, switching between game modes are typically voluntary (e.g. between a main interface and an inventory) while changes between different types of turns are results of game events.
  
Consequences
+
[[Hotseating]] is a way of supporting [[Turn-Based Games]] on computers without requiring one computer per player.
  
Turn-Based Games almost always have Downtime when the other players have to wait for the active player's turn to terminate during the Game Pauses for Turn Taking, especially in Synchronous Games. This effect of Downtime in Asynchronous Games is often less drastic, as the players have a possibility of some action other than waiting for the other players to complete their turns. It is possible, however, to limit the effects of this Downtime by having the players plan and execute their actions at the same time, and the actions are resolved simultaneously when the players have submitted their actions. If the Turn Taking is sequential, there are Role Reversals when the players change their modes of play from active to passive.
+
For games with [[Limited Gameplay Time]], the remaining number of turns need to be presented if one wishes to support [[Strategic Planning]]; [[Civilization 4]] does this when nearing the set limit of turns.  
  
Relations
+
=== Narrative Aspects ===
 +
Turns can easily be mapped to the progress of time to link gameplay to a narrative, and is commonly done in games with strategic or historic perspectives. These can have linear relations, e.g. each turn being half a year in [[Diplomacy]] or one hour in the [[Hearts of Iron]] series, or change as gameplay progresses as in the [[Civilization (video game) series|Civilization]] series. While the latter does so independently of the actual gameplay that has taken place, [[Origins: How We Became Human]] does not make an exact mapping (it state that one turn is approximately 10,000 years in the rules but this is not kept track of during gameplay) but instead puts players in different developmental categories.
  
Instantiates: Role Reversal, Downtime
+
== Consequences ==
 +
Many goals and activities are fundamentally different depending on if the gameplay is [[Real-Time Games|Real-Time]] or [[Turn-Based Games|Turn-based]]. [[Combat]] and [[Capture]] in [[Turn-Based Games]] allow players to use more of their cognitive skills in compared to [[Real-Time Games]], as they have more time to think, and the [[Timing]] of actions require more [[Puzzle Solving]] skills than skills in [[Dexterity-Based Actions]].
  
Modulates: Combat, Tick-Based Games, Synchronous Games, Asynchronous Games, Asymmetric Abilities, Capture
+
[[Turn-Based Games]] can easily give rise to [[Downtime]], especially in those with [[Synchronous Gameplay]], either due to waiting for other players in games with [[Turn Taking]] or, for [[Tick-Based Games]], having completed their planning and actions well in advance of a fixed [[Time Limits|Time Limit]]. This [[Downtime]] can provide [[Stimulated Planning]] if the game supports [[Predictable Consequences]] or [[Private Game Spaces]] (e.g. [[Chess]] and [[Puerto Rico]] respectively), but the presences of [[Predictable Consequences]] or [[Cognitive Engrossment]] can also be the cause of [[Analysis Paralysis]] in the acting player. These effects are often less drastic in games with [[Asynchronous Gameplay]] than those with in [[Synchronous Gameplay]], as players have possibilities of non-gameplay related actions while waiting for other players to complete their turns. Those games without [[Turn Taking]] may have the consequences mentioned above, but is less likely to since all players as the start of a turn have something to do. A possible disadvantage is however that the same player may be the cause of [[Downtime]] repeatedly or that players start to engage in [[Guilting]] to avoid [[Analysis Paralysis]] to occur.
  
Instantiated by: Turn Taking
+
[[Turn-Based Games]] make many activities, e.g. [[Movement]], that would be reaction or dexterity-based if performed ''for real'' instead be a form of [[Puzzle Solving]]. That being said, [[Turn-Based Games]] can give rise to [[Time Pressure]], not only from explicit [[Time Limits]] but also from social pressure of other players in [[Multiplayer Games]] that are waiting for the next turn to begin. In contrast, [[Turn-Based Games|Turn-Based]] [[Single-Player Games]] allow a form of [[Drop-In/Drop-Out]] and thereby a [[Freedom of Choice]] of when to play.
  
Modulated by: Self-Facilitated Games, No-Ops, Budgeted Action Points, Timing, Puzzle Solving, Real-Time Games, Dedicated Game Facilitators, Game Pauses
+
[[Turn-Based Games]] make [[Interruptibility]] and [[Game Pauses]] very easy to introduce since there are clear break points, and it is easy for every player to be aware exactly where in the gameplay one was when game is to be continued. For the same reason, they are a basis for [[Asynchronous Gameplay]] and provide a first basis for [[Negotiable Play Sessions]].
  
Potentially conflicting with: Maneuvering, Real-Time Games
+
== Relations ==
 +
=== Can Instantiate ===
 +
[[Interruptibility]],  
 +
[[Negotiable Play Sessions]],
 +
[[Tick-Based Games]]
  
=== Examples ===
+
==== with [[Analysis Paralysis]] ====
 +
[[Guilting]]
  
== Using the pattern ==
+
==== with [[Movement]] ====
 +
[[Puzzle Solving]]
  
=== Diegetic Aspects ===
+
==== with [[Multiplayer Games]] ====
 +
[[Analysis Paralysis]], [[Downtime]]
  
=== Interface Aspects ===
+
==== with [[Single-Player Games]] ====
 
+
[[Drop-In/Drop-Out]], [[Freedom of Choice]]
=== Narrative Aspects ===
+
 
+
== Consequences ==
+
 
+
== Relations ==
+
 
+
=== Can Instantiate ===
+
  
 
=== Can Modulate ===
 
=== Can Modulate ===
 +
[[Asynchronous Gameplay]], [[Combat]], [[Capture]], [[Game Pauses]], [[Predictable Consequences]], [[Synchronous Gameplay]]
  
 
=== Can Be Instantiated By ===
 
=== Can Be Instantiated By ===
 +
[[Turn Taking]]
  
 
=== Can Be Modulated By ===
 
=== Can Be Modulated By ===
 +
[[Action Caps]], [[Action Programming]],
 +
[[Budgeted Action Points]],
 +
[[Dedicated Game Facilitators]],
 +
[[Execution Phases]],
 +
[[Hotseating]],
 +
[[No-Ops]],
 +
[[Planning Phases]],
 +
[[Private Game Spaces]], [[Puzzle Solving]],
 +
[[Role Selection]],
 +
[[Self-Facilitated Games]], [[Timing]],
 +
[[Token Placement]],
 +
[[Turnovers]]
 +
 +
=== Possible Closure Effects ===
 +
-
  
 
=== Potentially Conflicting With ===
 
=== Potentially Conflicting With ===
 +
[[Real-Time Games]]
  
 
== History ==
 
== History ==

Latest revision as of 08:26, 8 August 2015

Games where the gameplay is clearly divided into clearly defined parts where players can plan and select actions

Many games separate gameplay into easily understandable units where some actions are allowed and others not allowed. Most traditional games follow this pattern by letting one player plan and then execute an action as a turn and then letting another player do a turn, alternating until the game is finished. Turns are in this way typically used to describe periods of gameplay when one player can plan without risk of interruption to select and perform one action. However, this can challenged in various ways in games while still having them be perceived as having turns, e.g. by having several players do turns simultaneously, being able to do several actions, introducing time limits to make the actions, or letting other players have the possibility of interrupting turns.

Games with more complex structures of organizing gameplay can have turn-like structures on many levels. To distinguish between these rounds, phases, and segments are often introduced as concepts, while turns typically signify when players make important choices that need several steps to evaluate or get to make an uninterrupted series of actions. The players' perception of the gameplay is often the determining factor if a game is called turn-based rather than its internal structure. This is the case why not all computer games have seen as turn-based, even if they do have clearly defined states at all points due to being programs.

Examples

In Chess and Go, the players take turns to move or place their pieces on the board. In the basic variant, there is no strict time limit for the players to execute their turns apart from social pressure exerted by the other player while in tournaments this may be enforced due to practical reasons. Diplomacy is an early example of letting players simultaneously have turns, alternating between letting them negotiate with each other for a predetermined period of time and then executing their chosen actions. RoboRally is a newer example where players simultaneously decide the next five actions for their robots and then execute them in parallel. Ricochet Robots uses a similar structure, with each turn letting all players participate in a time-limited bidding in how few moves they can solve a movement puzzle, and then letting the lowest bidder show his or her solution in an proving phase.

The computer games Laser Squad Nemesis and the Combat Mission series offer the players modes for hot-seating, switching the player whose turn it is, and sending the turn information via e-mail to the other player. The Civilization video game series has a turn-based structure in which a player may move all his or her units based upon an action point system, showing an example of more complex division of how to separate gameplay. Bloodbowl does the same but enforces that one unit's actions are finished before activating the next unit.

The two-person board game Space Hulk also has a similar structure, but also has strict time limits on the player controlling the human marines. By introducing a time limited planning phase and an execution phase which replenishes the time limit, the single-player computer-based version can be seen as removing the turn-based structure since enemy actions also take place within the execution phase. Similarly, the board game Space Alert has a real-time planning phase followed by a execution phase when they are executed. By separating all the planning and all the execution into two phases, the game also challenges the turn-based structure.

Puerto Rico lets the active player chooses one action which then every player gets to perform, although the choosing player get a bonus. In this fashion, the game has a turn-based structure which is associated with one player but no player needs to wait long between being able to act in the game.

Peggle and pool games such as Eight-ball show that while some games are Turn-Based Games the execution of events may take place in real time.

Wikipedia has a section on Turn-Based Games[1].

Using the pattern

A primary choice when considering having turns in games is if this should be done in conjunction with Turn Taking or not, since this can give rise to Exaggerated Perception of Influence and Stimulated Planning (The pattern Turn Taking discusses the effects of letting players alternate between being able to influence the game and different options on how to limit the actions possible within a turn). Private Game Spaces is an alternative to allow Stimulated Planning but makes Combat more difficult and Conflicts less direct.

An important aspect of Turn-Based Games is what determines how a turn ends. Besides simply waiting until a player has finished (see Turn Taking for options) or run out of actions due to Action Caps such as Budgeted Action Points, one can introduce Time Limits which although not possible on an overall scale shows how Turn-Based Games can have parts that work like Real-Time Games. For the Time Limits to serve a purpose, failing to finish ones actions before the given time need to be connected to Penalties, which can range from enforced No-Ops through pre-determined or randomized actions to forfeiting the game. Another possibility is Turnovers, having a turn end as a Penalty due to failing to perform certain actions, this is for example used in Bloodbowl.

Avoiding Turn Taking requires that rules exists concerning all players rather than just one player to determine when turns end. This can simply be when all players have finished their possible actions according to any of the possibilities above, but this also makes Downtime and Analysis Paralysis a possibility (although mostly mitigated if common Time Limits are used). However, some purely group-based alternatives exist. Firstly, where Bidding and Trading are typical examples, one can provide actions which have Diminishing Returns structures until all players prefer to do No-Ops. Secondly, may or may not avoid Turn Taking, Role Selection and Token Placement can let players choose what type of actions to do in Planning Phases but then let all players do these actions in Execution Phases (examples of this can be found in Dominant Species, [Egizia]], and Puerto Rico). Thirdly, which is typically a consequence of all players just done Action Programming in Planning Phases, is to have Execution Phases consisting purely of Excise (found both in Diplomacy and Space Alert).

Regardless of Turn Taking, Time Limits effectively turn Turn-Based Games into Tick-Based Games. However, unless there are Dedicated Game Facilitators it is easy for extra moments of planning time before the next turn begins unless the players have divided some of their attention from the actual gameplay.

Although Turn-Based Games are on one level incompatible with Real-Time Games, the execution of events started by actions as part of the turns can be shown in real-time; examples of games doing this is Peggle and Pool Games.

Diegetic Aspects

Turns are not always easy to explain diegetically. Possibilities include seeing them as actions and re-actions, e.g. attacks and defenses, or as ways to model specific parts of the diegetics while avoiding otherwise, e.g. Combat in role-playing games such as Dungeons & Dragons or GURPS. Turns can however work well as the mechanic that progresses time in the game world, see Narrative Aspects.

Interface Aspects

The interface for Turn-Based Games need to clearly indicate what actions are possible and which are not during any specific turn, and in many cases also show who's turn it is. This is actually even more important in Self-Facilitated Games since mistakes can be difficult to undo and may have revealed planned players actions, and some games provide special game tokens just to keep track of this (e.g. the governor card in Puerto Rico). In this way, the way turns are indicated in games are similar to how game modes are indicated. However, switching between game modes are typically voluntary (e.g. between a main interface and an inventory) while changes between different types of turns are results of game events.

Hotseating is a way of supporting Turn-Based Games on computers without requiring one computer per player.

For games with Limited Gameplay Time, the remaining number of turns need to be presented if one wishes to support Strategic Planning; Civilization 4 does this when nearing the set limit of turns.

Narrative Aspects

Turns can easily be mapped to the progress of time to link gameplay to a narrative, and is commonly done in games with strategic or historic perspectives. These can have linear relations, e.g. each turn being half a year in Diplomacy or one hour in the Hearts of Iron series, or change as gameplay progresses as in the Civilization series. While the latter does so independently of the actual gameplay that has taken place, Origins: How We Became Human does not make an exact mapping (it state that one turn is approximately 10,000 years in the rules but this is not kept track of during gameplay) but instead puts players in different developmental categories.

Consequences

Many goals and activities are fundamentally different depending on if the gameplay is Real-Time or Turn-based. Combat and Capture in Turn-Based Games allow players to use more of their cognitive skills in compared to Real-Time Games, as they have more time to think, and the Timing of actions require more Puzzle Solving skills than skills in Dexterity-Based Actions.

Turn-Based Games can easily give rise to Downtime, especially in those with Synchronous Gameplay, either due to waiting for other players in games with Turn Taking or, for Tick-Based Games, having completed their planning and actions well in advance of a fixed Time Limit. This Downtime can provide Stimulated Planning if the game supports Predictable Consequences or Private Game Spaces (e.g. Chess and Puerto Rico respectively), but the presences of Predictable Consequences or Cognitive Engrossment can also be the cause of Analysis Paralysis in the acting player. These effects are often less drastic in games with Asynchronous Gameplay than those with in Synchronous Gameplay, as players have possibilities of non-gameplay related actions while waiting for other players to complete their turns. Those games without Turn Taking may have the consequences mentioned above, but is less likely to since all players as the start of a turn have something to do. A possible disadvantage is however that the same player may be the cause of Downtime repeatedly or that players start to engage in Guilting to avoid Analysis Paralysis to occur.

Turn-Based Games make many activities, e.g. Movement, that would be reaction or dexterity-based if performed for real instead be a form of Puzzle Solving. That being said, Turn-Based Games can give rise to Time Pressure, not only from explicit Time Limits but also from social pressure of other players in Multiplayer Games that are waiting for the next turn to begin. In contrast, Turn-Based Single-Player Games allow a form of Drop-In/Drop-Out and thereby a Freedom of Choice of when to play.

Turn-Based Games make Interruptibility and Game Pauses very easy to introduce since there are clear break points, and it is easy for every player to be aware exactly where in the gameplay one was when game is to be continued. For the same reason, they are a basis for Asynchronous Gameplay and provide a first basis for Negotiable Play Sessions.

Relations

Can Instantiate

Interruptibility, Negotiable Play Sessions, Tick-Based Games

with Analysis Paralysis

Guilting

with Movement

Puzzle Solving

with Multiplayer Games

Analysis Paralysis, Downtime

with Single-Player Games

Drop-In/Drop-Out, Freedom of Choice

Can Modulate

Asynchronous Gameplay, Combat, Capture, Game Pauses, Predictable Consequences, Synchronous Gameplay

Can Be Instantiated By

Turn Taking

Can Be Modulated By

Action Caps, Action Programming, Budgeted Action Points, Dedicated Game Facilitators, Execution Phases, Hotseating, No-Ops, Planning Phases, Private Game Spaces, Puzzle Solving, Role Selection, Self-Facilitated Games, Timing, Token Placement, Turnovers

Possible Closure Effects

-

Potentially Conflicting With

Real-Time Games

History

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

References

  1. Wikipedia entry on Time-keeping systems in games
  2. Björk, S. & Holopainen, J. (2004) Patterns in Game Design. Charles River Media. ISBN1-58450-354-8.