topical media & game development

talk show tell print

pattern(s) / matrix / model(s) / resource(s)

Card Hands

Card Hands

A Card Hand consists of the cards, which are owned by the player, but which have not yet been put into play.

Example: in Poker each of the players is dealt five cards, which define the Card Hand for each player.

Example: Bohnanza is a card game where the order of the cards in the Card Hand is important, as the players have to play the cards in a specific sequence.

Using the pattern

The basic design question when using Card Hands is determining the size of the hand; should all cards be distributed at the beginning of the game or should some cards be left in, for example, a Drawing Stack.

Another fundamental design question regarding Card Hands is how the size and content of the hands change. Having an initial set of cards that shrinks as cards are played makes use of Limited Resources and allows the game designer to limit the length of the game. Refilling the hand continuously as cards are being played creates a Closed Economy and frees the game design to determine the game length by other means.

Although most often consisting of Cards, a Card Hand can also consist of Tiles in games that have Tile-Laying.

Consequences

Card Hands are Containers of Cards that assign players Ownership to the Cards. Typically Card Hands are secret to all other players and being able to deduce the other players' hands offers a strategic advantage (i. e. a Gain Information goal). However, the other players may know how many cards are in the Card Hand and the cards might be marked, so the players have Asymmetric Information about the Card Hands in play.

Relations

Instantiates: Gain Information, Asymmetric Information, Secret Resources, Container, Ownership

Modulates: Tiles, Cards

Instantiated by: Tile-Laying

Modulated by:

Potentially conflicting with:


[] readme course(s) preface I 1 2 II 3 4 III 5 6 7 IV 8 9 10 V 11 12 afterthought(s) appendix reference(s) example(s) resource(s) _

(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.