From de92cfe3c076871b44956a321eb37e74db7df21c Mon Sep 17 00:00:00 2001 From: Matt Soucy Date: Fri, 11 Mar 2022 21:37:09 -0500 Subject: [PATCH] Update rules --- 2022/03-numbered-cards.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/2022/03-numbered-cards.md b/2022/03-numbered-cards.md index a327f4d..5932016 100644 --- a/2022/03-numbered-cards.md +++ b/2022/03-numbered-cards.md @@ -7,24 +7,27 @@ Objective: Create as many sets of cards that add up to 19 as possible. Draw three cards and place them faceup in a row. This is the start of the row you will be manipulating. -Each turn, you draw the top card from the deck. +Draw one card for your hand. + +Each turn, you draw the top card from the deck into your hand. You then have two options: -- Play the card at either end of the row. -- Discard the card to use the card's *Discard* ability. +- Play either card from your hand to either end of the row. +- Discard either card from your hand to use the card's *Discard* ability. *Passive* rules on the cards apply at all times. If an action cannot be taken (i.e. "swap two even cards" but all cards in the row are odd) the action cannot be used. After each move, check the row. -If any number of adjacent cards total 19, then remove them. -They are now a completed Set. +If any number of adjacent cards total 19, then move them into a separate pile. +They are Scored cards. *Game End* When there are no cards left in the deck, the game is over. -Count the number of complete sets of 19 points. -If there are more complete sets than cards remaining in the row, you win! +You must either play the final card or use its *Discard* ability. +Count the number of Scored cards. +If there are more Scored cards than cards remaining in the row and discarded, you win! ---