Adding theme
This commit is contained in:
		@@ -1,11 +1,12 @@
 | 
				
			|||||||
# Numbered Cards Game
 | 
					# Ferry Follies
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A solo, push your luck game.
 | 
					A solo, passenger arranging game.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Objective: Create as many sets of cards that add up to 19 as possible.
 | 
					Objective: Fill the boat with exactly 19 people as many times as possible to get everyone across the river.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Draw three cards and place them faceup in a row.
 | 
					Draw three cards and place them faceup in a row.
 | 
				
			||||||
This is the start of the row you will be manipulating.
 | 
					This is the start of the row you will be manipulating.
 | 
				
			||||||
 | 
					Each card represents a group of people.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Draw one card for your hand.
 | 
					Draw one card for your hand.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -13,7 +14,9 @@ Each turn, you draw the top card from the deck into your hand.
 | 
				
			|||||||
You then have two options:
 | 
					You then have two options:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Play either card from your hand to either end of the row.
 | 
					- Play either card from your hand to either end of the row.
 | 
				
			||||||
 | 
					  You have sold them a ticket and they expect a ride!
 | 
				
			||||||
- Discard either card from your hand to use the card's *Discard* ability.
 | 
					- Discard either card from your hand to use the card's *Discard* ability.
 | 
				
			||||||
 | 
					  The bottom of each card has an ability that can affect the line.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Passive* rules on the cards apply at all times.
 | 
					*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.
 | 
					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.
 | 
				
			||||||
@@ -22,12 +25,15 @@ After each move, check the row.
 | 
				
			|||||||
If any number of adjacent cards total 19, then move them into a separate pile.
 | 
					If any number of adjacent cards total 19, then move them into a separate pile.
 | 
				
			||||||
They are Scored cards.
 | 
					They are Scored cards.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Game End*
 | 
					## Game End
 | 
				
			||||||
 | 
					
 | 
				
			||||||
When there are no cards left in the deck, the game is over.
 | 
					When there are no cards left in the deck, the game is over.
 | 
				
			||||||
You must either play the final card or use its *Discard* ability.
 | 
					You must either play the final card or use its *Discard* ability.
 | 
				
			||||||
 | 
					Then check for any scoring sets one more time.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Count the number of Scored cards.
 | 
					Count the number of Scored cards.
 | 
				
			||||||
If there are more Scored cards than cards remaining in the row and discarded, you win!
 | 
					If there are more Scored cards than cards remaining in the row and discarded, you win!
 | 
				
			||||||
 | 
					You got most people across the river.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user