Difference between revisions of "Heterogeneous Game Element Ownership"

From gdp3
Jump to: navigation, search
 
(16 intermediate revisions by the same user not shown)
Line 11: Line 11:
  
 
[[Magic: The Gathering]], [[Star Trek Customizable Card Game]], and other [[:Category:Collectible Card Games|Collectible Card Games]] let players challenge each other with decks they have built. The cards available to them are those bought in randomized sets and the ones they have acquired through trading. When people play [[Poker]] using their own money to place bets this can also be seen as an example of [[Heterogeneous Game Element Ownership]] but not when play is done with specialized markers since these game elements do not change between game instances (for casinos all the markers in use can be seen as a part of all game instances going on).
 
[[Magic: The Gathering]], [[Star Trek Customizable Card Game]], and other [[:Category:Collectible Card Games|Collectible Card Games]] let players challenge each other with decks they have built. The cards available to them are those bought in randomized sets and the ones they have acquired through trading. When people play [[Poker]] using their own money to place bets this can also be seen as an example of [[Heterogeneous Game Element Ownership]] but not when play is done with specialized markers since these game elements do not change between game instances (for casinos all the markers in use can be seen as a part of all game instances going on).
 +
 +
Less common than [[:Category:Collectible Card Games|Collectible Card Games]] are [[Category:Collectable Dice Games|Collectable Dice Games]]. Examples of these include  [[Dicemaster: Cities of Doom]], [[Dragon Dice]], and [[Star Trek: The Next Generation Collectible Dice Game]].
 +
 +
In [[:Category:Massively Multiplayer Online Games|Massively Multiplayer Online Games]] such as [[World of Warcraft]] and [[Eve Online]] the ownership of particular game items is tied to individual players, and the items typically do not exist in the game unless the player is logged in.
  
 
Writing piece of code that compete against other pieces of code is another way of having [[Heterogeneous Game Element Ownership]]. [[Crobots]] and [[P-Robots]] are examples of games using this design.
 
Writing piece of code that compete against other pieces of code is another way of having [[Heterogeneous Game Element Ownership]]. [[Crobots]] and [[P-Robots]] are examples of games using this design.
  
 
== Using the pattern ==
 
== Using the pattern ==
By definition, [[Heterogeneous Game Element Ownership]] is only meaningful for [[Multiplayer Games]]. The main design choice when using th pattern is deciding what parts of the game are available for players to reassemble to a whole for each game instance. Typical game elements used are [[Cards]] (e.g. [[Magic: The Gathering]]) or [[Units]] (e.g. [[Warhammer Fantasy Battle]] and [[Warhammer 40K]]). Less common are those that let players have [[Creative Control]] involving the [[Construction]] of [[Algorithmic Agents]] (e.g. [[Crobots]] and [[P-Robots]]).
+
By definition, [[Heterogeneous Game Element Ownership]] is only meaningful for [[Multiplayer Games]]. The main design choice when using the pattern is deciding what parts of the game are available for players to reassemble to a whole for each game instance, e.g. through [[Pre-Customized Decks]]. Typical game elements used are [[Cards]] (e.g. [[Magic: The Gathering]]) or [[Units]] (e.g. [[Warhammer Fantasy Battle]] and [[Warhammer 40K]]). Less common are those that use [[Dice]] or let players have [[Creative Control]] involving the [[Construction]] of [[Algorithmic Agents]] (e.g. [[Crobots]] and [[P-Robots]]). [Game Items]] can also owner by individual players, this is most common in online games where the server can keep track of whom owns what. A case of [[Heterogeneous Game Element Ownership]] that is easy to overlook is that when players are the members of [[Teams]]; this since one normally does not consider players game elements.
  
Game designers need to consider the possible [[Combos]] when designing [[Heterogeneous Game Element Ownership]], and these are likely to occur as soon as not all game elements have the same functionality. Considering the [[Combos]] are important since players will look for them as part of achieving [[Game Mastery]] and if the types of combos are not balanced this may easily destroy [[Player Balance]]. This may be mitigated partly through [[Expansions]] that can introduce new rules with the new game elements that balance the game using a [[Evolving Rule Sets|Evolving Rule Set]], although this may also require that old elements are passed out as well.
+
Game designers need to consider the possible [[Combos]] when designing [[Heterogeneous Game Element Ownership]], and these are likely to occur as soon as not all game elements have the same functionality. Considering the [[Combos]] are important since players will look for them as part of achieving [[Gameplay Mastery]] and if the types of combos are not balanced this may easily destroy [[Player Balance]]. This may be mitigated partly through [[Expansions]] that can introduce new rules with the new game elements that balance the game using a [[Evolving Rule Sets|Evolving Rule Set]], although this may also require that old elements are passed out as well.
  
 
== Consequences ==
 
== Consequences ==
Acquiring game element pieces are [[Investments]], and since these are real world [[Investments]] the pattern gives rise to [[Extra-Game Consequences]]. Losing game elements pieces are likewise [[Extra-Game Consequences]]. Most games with [[Heterogeneous Game Element Ownership]] create [[Meta Games]] consisting of [[Construction]] where the game elements are [[Resources]], and this quite commonly also leads to [[Game Element Trading]]. When this [[Construction]] is to achieve different [[Combos]], the pattern supports [[Strategic Planning]] and the [[Strategic Knowledge]] underlying this may be shared as a form of [[Trans-Game Information]]. This also supports the activity of [[Pottering]], but this may occur for aesthetic reasons as well.
+
[[Heterogeneous Game Element Ownership]] makes games have an indirect [[Pay to Play]] requirement. Acquiring game element pieces are [[Investments]], and since these are real world [[Investments]] the pattern gives rise to [[Extra-Game Consequences]] and [[Purchasable Game Advantages]]. Losing game elements pieces are likewise [[Extra-Game Consequences]]. Most games with [[Heterogeneous Game Element Ownership]] create [[Meta Games]] consisting of [[Construction]] where the game elements are [[Resources]], and this quite commonly also leads to [[Game Element Trading]] and [[Betting]] concerning the game elements. When a goal of the [[Construction]] of game elements is to achieve different [[Combos]], the pattern supports [[Strategic Planning]] and the [[Strategic Knowledge]] underlying this may be shared as a form of [[Trans-Game Information]]. This also supports the activity of [[Pottering]], but this may occur for aesthetic reasons as well.
  
[[Heterogeneous Game Element Ownership]] lets players have [[Freedom of Choice]] to construct their parts of a game through [[Game Element Insertion]] or by building their own [[Drawing Stacks]]. Specifically for the latter, [[Heterogeneous Game Element Ownership]] lets players create their own [[Fixed Distributions]]. Being able to bring their own game elements means that players can also customize them in different ways, be it painting miniatures, creating equipment and armor for live-action roleplaying games, or writing code to control agents. In all these cases [[Heterogeneous Game Element Ownership]] provide players with ways of having [[Creative Control]].  
+
[[Heterogeneous Game Element Ownership]] lets players have [[Freedom of Choice]] to construct their parts of a game through [[Game Element Insertion]] or by building their own [[Drawing Stacks]]. Specifically for the latter, [[Heterogeneous Game Element Ownership]] lets players create their own [[Fixed Distributions]]. Being able to bring their own game elements means that players can also customize them in different ways, be it painting miniatures, creating equipment and armor for live-action roleplaying games, or writing code to control agents. In all these cases [[Heterogeneous Game Element Ownership]] provide players with ways of having [[Creative Control]]. When rules exist to balance or control the number of game elements each player may bring to them game, this forces players to make [[Trade-Offs]] based on [[Risk/Reward]] calculations between which game elements to use. The pattern is also likely to ensure [[Varied Gameplay]] since the number of combinations of game element sets players can bring to a game easily becomes very large.  
  
When rules exist to balance or control the number of game elements each player may bring to them game, this forces players to make [[Trade-Offs]] based on [[Risk/Reward]] calculations between which game elements to use.
+
[[Heterogeneous Game Element Ownership]] can lead to individual game elements becoming [[Memorabilia]]. This since any given game elements is not assured to be part of a game using the pattern and its introduction can be a significant event, either because a player created or acquired it before the game began or from winning it during the gameplay. [[Heterogeneous Game Element Ownership]] has a volatile relation with [[Ubiquitous Gameplay]]. This since the pattern typically makes each player only need to have part of the required game elements (e.g. having one's own deck for playing [[Magic: The Gathering]] or [[Pokémon Trading Card Game]]) which lowers the general requirements for playing, but at the same time it requires that players have the game elements ( or that players carry extra game elements for other players to borrow).
  
When players contribute to games with [[Algorithmic Agents]] they have created this allows [[No Direct Player Influence]].
+
When the [[Heterogeneous Game Element Ownership]] takes the form of [[Algorithmic Agents]] contributed by players, the patterns allows for games with [[No Direct Player Influence]].
  
[[Heterogeneous Game Element Ownership]] can lead to individual game elements becoming [[Memorabilia]]. This since any given game elements is not assured to be part of a game using the pattern and its introduction can be a significant event, either because a player created or acquired it before the game began or from winning it during the gameplay.
+
[[Heterogeneous Game Element Ownership]] can affect [[Tension]] significantly if the game elements can change ownership as a result of gameplay.
 
+
[[Heterogeneous Game Element Ownership]] has a volatile relation with [[Decontextability]]. This since the pattern typically makes each player only need to have part of the required game elements (e.g. having one's own deck for playing [[Magic: The Gathering]] or [[Pokémon Trading Card Game]]) which lowers the general requirements for playing, but at the same time it requires that players have the game elements ( or that players carry extra game elements for other players to borrow).
+
  
 
== Relations ==
 
== Relations ==
 
=== Can Instantiate ===
 
=== Can Instantiate ===
[[Combos]], [[Construction]], [[Creative Control]],  
+
[[Betting]],  
[[Decontextability]],  
+
[[Combos]],  
 +
[[Construction]],  
 +
[[Creative Control]],  
 
[[Extra-Game Consequences]],  
 
[[Extra-Game Consequences]],  
[[Freedom of Choice]], [[Game Element Insertion]],  
+
[[Freedom of Choice]],  
 +
[[Game Element Insertion]],  
 
[[Game Element Trading]],  
 
[[Game Element Trading]],  
 
[[Investments]],  
 
[[Investments]],  
 
[[Memorabilia]],  
 
[[Memorabilia]],  
 
[[Meta Games]], [[Pottering]],  
 
[[Meta Games]], [[Pottering]],  
[[Resources]], [[Risk/Reward]],  
+
[[Pay to Play]],
[[Trade-Offs]]
+
[[Pre-Customized Decks]],
 +
[[Purchasable Game Advantages]],
 +
[[Resources]],  
 +
[[Risk/Reward]],
 +
[[Teams]],  
 +
[[Trade-Offs]],
 +
[[Ubiquitous Gameplay]],
 +
[[Varied Gameplay]]
  
 
==== with [[Algorithmic Agents]] ====
 
==== with [[Algorithmic Agents]] ====
Line 55: Line 67:
 
=== Can Modulate ===
 
=== Can Modulate ===
 
[[Drawing Stacks]],  
 
[[Drawing Stacks]],  
[[Multiplayer Games]]
+
[[Multiplayer Games]],
 +
[[Tension]]
  
 
[[Fixed Distributions]] if  [[Drawing Stacks]] are present
 
[[Fixed Distributions]] if  [[Drawing Stacks]] are present
Line 61: Line 74:
 
=== Can Be Instantiated By ===
 
=== Can Be Instantiated By ===
 
[[Cards]],  
 
[[Cards]],  
 +
[[Dice]],
 +
[[Game Items]],
 
[[Miniatures]]
 
[[Miniatures]]
  
Line 67: Line 82:
  
 
=== Possible Closure Effects ===
 
=== Possible Closure Effects ===
 +
-
  
 
=== Potentially Conflicting With ===
 
=== Potentially Conflicting With ===
[[Decontextability]]
+
[[Ubiquitous Gameplay]]
 +
 
 +
[[Player Balance]] in games with [[Combos]]
  
 
== History ==
 
== History ==

Latest revision as of 12:20, 25 April 2018

Game designs that require players to contribute with the game elements anew for each game instance.

Most games come with all components together so that playing the game only requires that one person owns the game or that it exists as a service. However, other games require players to each bring some the components to each new game instance. By doing so, each game instance has different starting points and players have direct influence over how the game evolve besides be able to spend time between games planning on how to use the game elements they own. Players who know what they want can of course also engage in trading with others to get hold of these.

Examples

Probably the oldest example of Heterogeneous Game Element Ownership are Marble Games, in which players have to bring the players they want to play with and possibly bet with. Other examples include miniatures games such as Warhammer Fantasy Battle and Warhammer 40K which let players build their own armies for a certain amount of points before the game begins. They can buy any from the lists contained in the various rule books but must own the actual miniatures, and for competitions they must be painted as well. Live Action Roleplaying Games set in fantasy or historical setting go a step further, requiring people participating in them to prepare beforehand by making the clothes and equipment they will be using.

Magic: The Gathering, Star Trek Customizable Card Game, and other Collectible Card Games let players challenge each other with decks they have built. The cards available to them are those bought in randomized sets and the ones they have acquired through trading. When people play Poker using their own money to place bets this can also be seen as an example of Heterogeneous Game Element Ownership but not when play is done with specialized markers since these game elements do not change between game instances (for casinos all the markers in use can be seen as a part of all game instances going on).

Less common than Collectible Card Games are. Examples of these include Dicemaster: Cities of Doom, Dragon Dice, and Star Trek: The Next Generation Collectible Dice Game.

In Massively Multiplayer Online Games such as World of Warcraft and Eve Online the ownership of particular game items is tied to individual players, and the items typically do not exist in the game unless the player is logged in.

Writing piece of code that compete against other pieces of code is another way of having Heterogeneous Game Element Ownership. Crobots and P-Robots are examples of games using this design.

Using the pattern

By definition, Heterogeneous Game Element Ownership is only meaningful for Multiplayer Games. The main design choice when using the pattern is deciding what parts of the game are available for players to reassemble to a whole for each game instance, e.g. through Pre-Customized Decks. Typical game elements used are Cards (e.g. Magic: The Gathering) or Units (e.g. Warhammer Fantasy Battle and Warhammer 40K). Less common are those that use Dice or let players have Creative Control involving the Construction of Algorithmic Agents (e.g. Crobots and P-Robots). [Game Items]] can also owner by individual players, this is most common in online games where the server can keep track of whom owns what. A case of Heterogeneous Game Element Ownership that is easy to overlook is that when players are the members of Teams; this since one normally does not consider players game elements.

Game designers need to consider the possible Combos when designing Heterogeneous Game Element Ownership, and these are likely to occur as soon as not all game elements have the same functionality. Considering the Combos are important since players will look for them as part of achieving Gameplay Mastery and if the types of combos are not balanced this may easily destroy Player Balance. This may be mitigated partly through Expansions that can introduce new rules with the new game elements that balance the game using a Evolving Rule Set, although this may also require that old elements are passed out as well.

Consequences

Heterogeneous Game Element Ownership makes games have an indirect Pay to Play requirement. Acquiring game element pieces are Investments, and since these are real world Investments the pattern gives rise to Extra-Game Consequences and Purchasable Game Advantages. Losing game elements pieces are likewise Extra-Game Consequences. Most games with Heterogeneous Game Element Ownership create Meta Games consisting of Construction where the game elements are Resources, and this quite commonly also leads to Game Element Trading and Betting concerning the game elements. When a goal of the Construction of game elements is to achieve different Combos, the pattern supports Strategic Planning and the Strategic Knowledge underlying this may be shared as a form of Trans-Game Information. This also supports the activity of Pottering, but this may occur for aesthetic reasons as well.

Heterogeneous Game Element Ownership lets players have Freedom of Choice to construct their parts of a game through Game Element Insertion or by building their own Drawing Stacks. Specifically for the latter, Heterogeneous Game Element Ownership lets players create their own Fixed Distributions. Being able to bring their own game elements means that players can also customize them in different ways, be it painting miniatures, creating equipment and armor for live-action roleplaying games, or writing code to control agents. In all these cases Heterogeneous Game Element Ownership provide players with ways of having Creative Control. When rules exist to balance or control the number of game elements each player may bring to them game, this forces players to make Trade-Offs based on Risk/Reward calculations between which game elements to use. The pattern is also likely to ensure Varied Gameplay since the number of combinations of game element sets players can bring to a game easily becomes very large.

Heterogeneous Game Element Ownership can lead to individual game elements becoming Memorabilia. This since any given game elements is not assured to be part of a game using the pattern and its introduction can be a significant event, either because a player created or acquired it before the game began or from winning it during the gameplay. Heterogeneous Game Element Ownership has a volatile relation with Ubiquitous Gameplay. This since the pattern typically makes each player only need to have part of the required game elements (e.g. having one's own deck for playing Magic: The Gathering or Pokémon Trading Card Game) which lowers the general requirements for playing, but at the same time it requires that players have the game elements ( or that players carry extra game elements for other players to borrow).

When the Heterogeneous Game Element Ownership takes the form of Algorithmic Agents contributed by players, the patterns allows for games with No Direct Player Influence.

Heterogeneous Game Element Ownership can affect Tension significantly if the game elements can change ownership as a result of gameplay.

Relations

Can Instantiate

Betting, Combos, Construction, Creative Control, Extra-Game Consequences, Freedom of Choice, Game Element Insertion, Game Element Trading, Investments, Memorabilia, Meta Games, Pottering, Pay to Play, Pre-Customized Decks, Purchasable Game Advantages, Resources, Risk/Reward, Teams, Trade-Offs, Ubiquitous Gameplay, Varied Gameplay

with Algorithmic Agents

No Direct Player Influence

with Combos

Strategic Knowledge, Strategic Planning, Trans-Game Information

Can Modulate

Drawing Stacks, Multiplayer Games, Tension

Fixed Distributions if Drawing Stacks are present

Can Be Instantiated By

Cards, Dice, Game Items, Miniatures

Can Be Modulated By

Evolving Rule Sets

Possible Closure Effects

-

Potentially Conflicting With

Ubiquitous Gameplay

Player Balance in games with Combos

History

New pattern created in this wiki.

References

-

Acknowledgments

Daniel Bernhoff