Update rules
This commit is contained in:
		@@ -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!
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user