Difference between revisions of "Bookkeeping Tokens"

From gdp3
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Staffan's current workpage]]
 
[[Category:Staffan's current workpage]]
 
[[Category:Patterns]]
 
[[Category:Patterns]]
 +
[[Category:Interface Patterns]]
 
[[Category:Needs work]]
 
[[Category:Needs work]]
 
[[Category:Needs revision]]
 
[[Category:Needs revision]]
Line 9: Line 10:
 
''Game elements that do not represent diegetic objects in the game world but instead uphold abstract parts of the game state.''
 
''Game elements that do not represent diegetic objects in the game world but instead uphold abstract parts of the game state.''
  
This pattern is a still a stub.
+
Game states that at least partially represent abstract values require that games have some way to store the information. This can be done by using computers or humans that have to remember the information, but when computers are not available many games have Book-Keeping Tokens to let players focus on the gameplay rather than the manipulating objects to keep track of the game state.
  
 
=== Examples ===
 
=== Examples ===
 +
[[Puerto Rico]] has the role of governor that is passed among players. To help players keep track of their roles a small governor card is past to the player who currently is the governor.
 +
 +
  
 
== Using the pattern ==
 
== Using the pattern ==
 +
Book-Keeping Tokens allow more complex game states in Self-Facilitated Games without having to do Memorizing. However, they require players to do Extra-Game Actions that resemble Resource Management but without any Freedom of Choice. As this requires Attention Swapping from the actual gameplay, Book-Keeping Tokens can negatively affect all kinds of Immersion, except Cognitive Immersion.
 +
 +
Book-Keeping Tokens can be the Focus Loci of actions not associated with game elements in Game Worlds.
 +
 +
[[Resources]]
 +
[[Money]]
 +
 +
[[First Player Tokens]]
 +
[[Current Player Tokens]]
  
 
=== Diegetic Aspects ===
 
=== Diegetic Aspects ===
Line 22: Line 35:
  
 
== Consequences ==
 
== Consequences ==
 +
The values of the game state dictate most of the design requirements of Book-Keeping Tokens. However, game designers have options if the Book-Keeping Tokens should be used to provide the players with Imperfect Information, typically by Cards, or if they should be Public Information and give players a Game State Overview. The latter can support Cognitive Immersion as it gives Stimulated Planning.
  
== Relations ==
+
[[Excise]] when [[Bookkeeping Tokens]] are used
  
 +
=== Can Instantiate ===
 +
[[Extra Chances]],
 +
[[Geospatial Game Widgets]]
 +
 +
=== Can Modulate ===
 +
[[Stimulated Planning]],
 +
[[Action Programming]],
 +
[[Self-Facilitated Games]],
 +
[[Memorizing]]
 +
 +
== Relations ==
 
=== Can Instantiate ===
 
=== Can Instantiate ===
 
[[Extra Chances]],  
 
[[Extra Chances]],  
Line 36: Line 61:
  
 
=== Can Be Instantiated By ===
 
=== Can Be Instantiated By ===
 +
[[Current Player Tokens]],
 +
[[First Player Tokens]]
  
 
=== Can Be Modulated By ===
 
=== Can Be Modulated By ===

Revision as of 16:43, 10 June 2011

Game elements that do not represent diegetic objects in the game world but instead uphold abstract parts of the game state.

Game states that at least partially represent abstract values require that games have some way to store the information. This can be done by using computers or humans that have to remember the information, but when computers are not available many games have Book-Keeping Tokens to let players focus on the gameplay rather than the manipulating objects to keep track of the game state.

Examples

Puerto Rico has the role of governor that is passed among players. To help players keep track of their roles a small governor card is past to the player who currently is the governor.


Using the pattern

Book-Keeping Tokens allow more complex game states in Self-Facilitated Games without having to do Memorizing. However, they require players to do Extra-Game Actions that resemble Resource Management but without any Freedom of Choice. As this requires Attention Swapping from the actual gameplay, Book-Keeping Tokens can negatively affect all kinds of Immersion, except Cognitive Immersion.

Book-Keeping Tokens can be the Focus Loci of actions not associated with game elements in Game Worlds.

Resources Money

First Player Tokens Current Player Tokens

Diegetic Aspects

Interface Aspects

Narrative Aspects

Consequences

The values of the game state dictate most of the design requirements of Book-Keeping Tokens. However, game designers have options if the Book-Keeping Tokens should be used to provide the players with Imperfect Information, typically by Cards, or if they should be Public Information and give players a Game State Overview. The latter can support Cognitive Immersion as it gives Stimulated Planning.

Excise when Bookkeeping Tokens are used

Can Instantiate

Extra Chances, Geospatial Game Widgets

Can Modulate

Stimulated Planning, Action Programming, Self-Facilitated Games, Memorizing

Relations

Can Instantiate

Extra Chances, Geospatial Game Widgets

Can Modulate

Stimulated Planning, Action Programming, Self-Facilitated Games, Memorizing

Can Be Instantiated By

Current Player Tokens, First Player Tokens

Can Be Modulated By

Possible Closure Effects

Potentially Conflicting With

Excise when Bookkeeping Tokens are used

History

An updated version of the pattern Book-Keeping Tokens 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.

Acknowledgements

-