-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
186 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<h1>Families</h1> | ||
<p> | ||
Memory game type. 32 cards. No redeal. | ||
|
||
<h3>Object</h3> | ||
<p> | ||
Remove all groups of jack-queen-king of the same suit. | ||
|
||
<h3>Rules</h3> | ||
<p> | ||
Families is played with eight sets of Jack, Queen, and King - two of | ||
each suit, along with six black jokers and two red jokers. | ||
<p> | ||
Flip three cards. If you flip a sequence of Jack, Queen, and King of | ||
the same suit, the cards are removed. If not, they are flipped face-down. | ||
<p> | ||
If a red joker is flipped, all of the remaining unmatched cards that were | ||
not flipped are reshuffled and redealt (after you've flipped all three | ||
cards). | ||
<p> | ||
If a pair of black jokers is flipped, the game is lost. If all eight | ||
sequences are removed before this happens, the game is won. | ||
|
||
<h3>Notes</h3> | ||
<p> | ||
<i>Undo</i>, <i>Bookmarks</i>, <i>Autodrop</i> and <i>Quickplay</i> | ||
are disabled for this game. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters