Define hyrule strategy swap rules

This commit is contained in:
Dan Buch 2022-01-27 21:03:19 -05:00
parent e30cbe2aca
commit fbb04df86d
Signed by: meatballhat
GPG Key ID: A12F782281063434
2 changed files with 20 additions and 1 deletions

View File

@ -35,10 +35,29 @@ captured by each player, the tallest player goes first. On each
subsequent turn, the player with the most captured cards plays subsequent turn, the player with the most captured cards plays
first. The play order then proceeds counter-clockwise. first. The play order then proceeds counter-clockwise.
Each player selects a card and places it face-up in the center play When taking one's turn, the player may choose to either *play* or
*swap*.
#### strategy *play*
When choosing to *play*, the player selects a card and places it
face-up in the center play area. The remaining players take turns
counter-clockwise, each placing a card face-up in the center play
area. Precedence rules apply and the winning player takes all area. Precedence rules apply and the winning player takes all
cards. cards.
#### strategy *swap*
When choosing to *swap*, the player discards one card face-up in
the discard pile (next to the stock pile) and then draws a card
from the stock, which should be laying face-down. The goal here may
be to take a chance at getting a better card than one is
discarding, or to force the next player in the rotation to play, or
both.
> **NOTE**: a player may only choose to *swap* if the player on the
> previous turn _did not swap_.
## precedence ## precedence
The following rules apply across suits with the exception of The following rules apply across suits with the exception of

Binary file not shown.