Difference between revisions of "Game Boards"

From gdp3
Jump to: navigation, search
(Can Be Modulated By)
Line 27: Line 27:
 
[[Tiles]]
 
[[Tiles]]
 
[[Finale Levels]],
 
[[Finale Levels]],
 +
 +
=== Can Be Modulated By ===
 +
[[Arenas]],
 +
[[Alarms]],
 +
[[Backtracking Levels]],
 +
[[Big Dumb Objects]],
 +
[[Boss Monsters]],
 +
[[Choke Points]],
 +
[[Controllers]],
 +
[[Clues]],
 +
[[Diegetically Outstanding Features]],
 +
[[Enemies]],
 +
[[Environmental Effects]],
 +
[[Flanking Routes]],
 +
[[Galleries]],
 +
[[Game Items]],
 +
[[Helpers]],
 +
[[Inaccessible Areas]],
 +
[[Installations]],
 +
[[Landmarks]],
 +
[[Obstacles]],
 +
[[Pick-Ups]],
 +
[[Props]],
 +
[[Resource Generators]],
 +
[[Safe Havens]],
 +
[[Score Tracks]],
 +
[[Secret Areas]],
 +
[[Self-Service Kiosks]],
 +
[[Sniper Locations]],
 +
[[Spawn Points]],
 +
[[Strategic Locations]],
 +
[[Strongholds]],
 +
[[Switches]],
 +
[[Traces]],
 +
[[Transport Routes]],
 +
[[Vehicles]],
 +
[[Vehicle Sections]],
 +
[[Warp Zones]],
  
  

Revision as of 13:31, 21 July 2016

A surface designed to support gameplay.

Many games require that game elements are moved between places or that their spatial relation to each other are part of the game state. Yet others have many game components that need to be organized to make gameplay feasible. Designed boards, Game Boards, can help with all these issues.

Examples

Game Boards are the defining characteristic of Board Games. Besides classical examples such as Chess, Diplomacy, Go, Monopoly, and Pachisi, there are many examples including 7 Wonders, Advanced Squad Leader, Agricola, Car Wars, Concordia, Dead of Winter: A Crossroads Game Egizia, Forbidden Island, King of Tokyo, Memoir '44, and Twilight Struggle.

For a detailed discussion of Board Games and Game Boards, see Parlett[1].

Using the pattern

The design of Game Boards consists of the actual design of the board and what game elements, e.g. Cards, Dice, and Tokens, should be used in conjunction with them.

Designing Game Boards can mostly be treated as designing Levels although this becomes most clear when a game uses several different Game Boards during one game instance.

Tiles Finale Levels,

Can Be Modulated By

Arenas, Alarms, Backtracking Levels, Big Dumb Objects, Boss Monsters, Choke Points, Controllers, Clues, Diegetically Outstanding Features, Enemies, Environmental Effects, Flanking Routes, Galleries, Game Items, Helpers, Inaccessible Areas, Installations, Landmarks, Obstacles, Pick-Ups, Props, Resource Generators, Safe Havens, Score Tracks, Secret Areas, Self-Service Kiosks, Sniper Locations, Spawn Points, Strategic Locations, Strongholds, Switches, Traces, Transport Routes, Vehicles, Vehicle Sections, Warp Zones,


If a Game Board isn't a Score Track in itself it can be augmented with one.


Interface Aspects

Game Boards is an Interface Pattern.

Consequences

Game Boards are often Maps and in that sense can depict Game Worlds. When they are used to keep track of how players move Tokens from one place to another to win, they also work as Score Tracks. When they are used with Dice or Tokens, the latter becomes Non-Diegetic Features in the Game Worlds.

When they are physical game components (as opposed to representations on a computer screen), Game Boards work against Ubiquitous Gameplay since players need to be near them to use them.

Relations

Can Instantiate

Game Worlds, Inaccessible Areas, Levels, Maps, Score Tracks

with Dice or Tokens

Non-Diegetic Features

Can Modulate

-

Can Be Instantiated By

Finale Levels, Tiles

Can Be Modulated By

Arenas, Alarms, Backtracking Levels, Big Dumb Objects, Boss Monsters, Choke Points, Controllers, Clues, Diegetically Outstanding Features, Enemies, Environmental Effects, Flanking Routes, Galleries, Game Items, Helpers, Inaccessible Areas, Installations, Landmarks, Obstacles, Pick-Ups, Props, Resource Generators, Safe Havens, Score Tracks, Secret Areas, Self-Service Kiosks, Sniper Locations, Spawn Points, Strategic Locations, Strongholds, Switches, Traces, Transport Routes, Vehicles, Vehicle Sections, Warp Zones,

Possible Closure Effects

-

Potentially Conflicting With

Ubiquitous Gameplay

History

New pattern created in this wiki.

References

  1. Parlett, D. 1999. The Oxford History of Board Games. Oxford University Press.

Acknowledgements

-