Difference between revisions of "Game Element Insertion"
Line 8: | Line 8: | ||
[[Category:Patterns created on the Wiki]] | [[Category:Patterns created on the Wiki]] | ||
[[Category:Stub]] | [[Category:Stub]] | ||
− | ''The insertion of game elements into | + | ''The insertion of game elements into game instances.'' |
− | This | + | Some games introduce new things into the game environment as gameplay progresses. This [[Game Element Insertion]] can be used to gradually introduce challenges, let players build constructions, or provide surprised to players. |
=== Examples === | === Examples === | ||
+ | The ancient board game [[Go]] starts with an empty board which players gradually fill with their stones until placing more stone no longer lets players claim parts of the game area. While all the stones belong to specific sets of the game and are inserted into them, in [[Warhammer Fantasy Battle]] and [[Magic: the Gathering]] players have to bring their own miniatures and cards respectively that they want to use and thereby create game instance by inserting elements (besides possibly then inserting them into the actual battle. Roleplaying games such as [[Dungeons & Dragons]] often have some initial locations with enemies and treasures ''placed'' and which can thus be said to be part of the game instances, but to these are added player characters and random encounters, and for campaigns game masters need to add new locations and monsters as well. | ||
+ | Computer games quite often make use of [[Game Element Insertion]] since the computer easily can handle these. Some are preplanned by designers, e.g. players of [[Quake 4]] several times experience enemies materializes in front of them only to seconds later also have the same thing happen behind them. In other cases, the time and place of elements appearing are random (even if following certain rules) - an example of this can be found in the power-ups of the [[Mario Kart series]]. | ||
+ | |||
+ | [[Smooth Learning Curves]] | ||
+ | |||
+ | [[Surprises]] | ||
+ | |||
+ | [[Heterogeneous Game Element Ownership]] | ||
+ | |||
+ | [[Resources]] | ||
+ | |||
+ | [[Converters]] | ||
+ | |||
+ | |||
+ | |||
+ | [[Creative Control]] | ||
+ | |||
== Using the pattern == | == Using the pattern == | ||
+ | The design of [[Game Element Insertion]] consists of considering what game elements | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[Excise]] | ||
+ | |||
+ | [[Spawning]] | ||
+ | |||
+ | [[Power-Ups]] | ||
+ | |||
+ | |||
+ | [[Never Ending Stories]] | ||
+ | |||
+ | |||
+ | |||
+ | [[Narration Structures]] | ||
+ | |||
[[Dedicated Game Facilitators]] | [[Dedicated Game Facilitators]] | ||
Line 36: | Line 71: | ||
== Relations == | == Relations == | ||
− | |||
=== Can Instantiate === | === Can Instantiate === | ||
[[Construction]], | [[Construction]], | ||
Line 55: | Line 89: | ||
== References == | == References == | ||
+ | - | ||
+ | |||
+ | == Acknowledgments == | ||
+ | - |
Revision as of 16:31, 28 February 2011
The insertion of game elements into game instances.
Some games introduce new things into the game environment as gameplay progresses. This Game Element Insertion can be used to gradually introduce challenges, let players build constructions, or provide surprised to players.
Contents
Examples
The ancient board game Go starts with an empty board which players gradually fill with their stones until placing more stone no longer lets players claim parts of the game area. While all the stones belong to specific sets of the game and are inserted into them, in Warhammer Fantasy Battle and Magic: the Gathering players have to bring their own miniatures and cards respectively that they want to use and thereby create game instance by inserting elements (besides possibly then inserting them into the actual battle. Roleplaying games such as Dungeons & Dragons often have some initial locations with enemies and treasures placed and which can thus be said to be part of the game instances, but to these are added player characters and random encounters, and for campaigns game masters need to add new locations and monsters as well.
Computer games quite often make use of Game Element Insertion since the computer easily can handle these. Some are preplanned by designers, e.g. players of Quake 4 several times experience enemies materializes in front of them only to seconds later also have the same thing happen behind them. In other cases, the time and place of elements appearing are random (even if following certain rules) - an example of this can be found in the power-ups of the Mario Kart series.
Heterogeneous Game Element Ownership
Using the pattern
The design of Game Element Insertion consists of considering what game elements
Dedicated Game Facilitators
Algorithmic Agents
Late Arriving Players
Construction
Diegetic Aspects
Interface Aspects
Narrative Aspects
Consequences
Relations
Can Instantiate
Construction, Higher-Level Closures as Gameplay Progresses
Can Modulate
Can Be Instantiated By
Can Be Modulated By
Possible Closure Effects
Potentially Conflicting With
History
New pattern created in this wiki.
References
-
Acknowledgments
-