Difference between revisions of "Bag Building"

From gdp3
Jump to: navigation, search
(Using the pattern)
Line 17: Line 17:
  
 
== Using the pattern ==
 
== Using the pattern ==
[[Bag Management]] can be seen as an alternative to [[Deck Building]]. The main design options regarding [[Bag Building]] is what type of [[Tokens]] can be placed in a bag, when players get put [[Tokens]] in a bag, and when players draw [[Tokens]] from the bag. Another important design choice is whether bags are individually owned by players or if they are [[Shared Resources]].
+
[[Bag Building]] can be seen as an alternative to [[Deck Building]]. The main design options regarding [[Bag Building]] is what type of [[Tokens]] can be placed in a bag, when players get put [[Tokens]] in a bag, and when players draw [[Tokens]] from the bag. Another important design choice is whether bags are individually owned by players or if they are [[Shared Resources]].
  
 
Games with [[Bag Building]] can allow players the possibility of manipulating the [[Tokens]] within bags through [[Bag Management]].
 
Games with [[Bag Building]] can allow players the possibility of manipulating the [[Tokens]] within bags through [[Bag Management]].

Revision as of 13:40, 20 July 2015

Gameplay consisting of putting tokens into a bag and later removing them from said bag.

Many games use randomness to create uncertainty in games. One way of doing this is through putting different types of tokens into a bag and later drawing them. Games with Bag Building make it into a gameplay aspect of choosing which tokens to place in a bag and when to draw tokens from that bag.

Note: BoardGameGeek calls this 'Pool Building'.

Examples

Hyperborea and Yggdrasil are examples of Bag Building games, the former one where every player has their own bag and the latter one where four bags are jointly manipulated by all players.

Using the pattern

Bag Building can be seen as an alternative to Deck Building. The main design options regarding Bag Building is what type of Tokens can be placed in a bag, when players get put Tokens in a bag, and when players draw Tokens from the bag. Another important design choice is whether bags are individually owned by players or if they are Shared Resources.

Games with Bag Building can allow players the possibility of manipulating the Tokens within bags through Bag Management.

Interface Aspects

Bag Building is an Interface Pattern.

Consequences

Bag Building is a way to make use of Tokens as Investments. It creates Randomness since the idea of using bags is to make it uncertain which Tokens are drawn when some Tokens should be drawn.

Relations

Can Instantiate

Investments, Randomness

Can Modulate

Tokens

Can Be Instantiated By

-

Can Be Modulated By

Bag Management, Shared Resources

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created in this wiki.

References

-

Acknowledgements

-