Stack Seeding

From gdp3
Jump to: navigation, search

Manipulating the randomness of drawing stacks by ensure the presence of certain elements in certain parts of the stacks.

Drawing stacks are used to create randomness in games but sometimes games need some more structure to ensure that gameplay develops as the game designers intended. One way of doing this is manipulate where specific tiles or cards are in the stacks. This Stack Seeding can either be done when the stack is created or during gameplay.

Examples

To begin the final boss fight at a specific point during the gameplay, Ghost Stories places a random boss monster card at the bottom of the the stack of ghosts, specifically with only ten regular cards below it.

In Thunderstone the deck with monsters is created from first randomizing monster cards, then creating several separate decks by dividing these and adding a thunderstone or guardian cards. These separate decks are then stacked on each other to create one deck where the thunderstone and guardian cards are guaranteed to be within certain intervals of the deck but their specific places are still unknown. Pandemic uses a similar method to create a player deck with epidemic cards, and drawing these initiates another type of Stack Seeding - reshuffling drawn infection cards and placing these on top of those infection cards not yet drawn. Forbidden Island uses the same structure for tiles.

A weak example of Stack Seeding can be found in games where players can look at a card at the top of the deck and choose if it should remain there or be placed at the bottom instead. Battlestar Galactica: The Board Game is an example of games that provide this type of mechanism.

Using the pattern

Quite obviously, Stack Seeding requires the presence of Drawing Stacks. One way of using Stack Seeding is to apply it when Drawing Stacks are created to ensure control of the distribution in any part of them (as done for example in Thunderstone). Another way is to manipulate existing Drawing Stacks - either by using Cards from Discard Piles to add on the top of remaining Drawing Stacks (Pandemic) or to take Cards from the top to the bottom to avoid making them being drawn (Battlestar Galactica: The Board Game). The latter may make Cards or Tiles never be drawn, but then again this may be the purpose of this use of Stack Seeding.

Consequences

Stack Seeding are a way of steering the Randomness of Drawing Stacks, letting game designs control with better precision when specific Cards and Tiles while be drawn. By doing so, Stack Seeding provides games with more Predictable Consequences and can, depending on what Cards or Tiles are used to seed the stacks, ensure Higher-Level Closures as Gameplay Progresses, e.g. making thunderstones being found after guardians have appeared in Thunderstone.

Relations

Can Instantiate

Higher-Level Closures as Gameplay Progresses, Predictable Consequences

Can Modulate

Cards, Drawing Stacks, Randomness, Tiles

Can Be Instantiated By

-

Can Be Modulated By

-

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created in this wiki.

References

-

Acknowledgements

-