-
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
3 changed files
with
43 additions
and
8 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>Microbe</h1> | ||
<p> | ||
Spider type. 2 decks. No redeal. | ||
|
||
<h3>Object</h3> | ||
<p> | ||
Group all the cards in sets of 13 cards in descending sequence | ||
by alternate color from King to Ace and move such sets to the foundations. | ||
|
||
<h3>Rules</h3> | ||
<p> | ||
The decks are separated. From one deck, four cards are dealt to each of | ||
eleven tableau piles, with alternating cards face-up and face-down (the | ||
bottom and third from the bottom cards are face-down). The remaining | ||
eight cards from that deck are combined with the other deck to form the | ||
talon. | ||
<p> | ||
Tableau piles are built down by alternate color, and any card or valid | ||
sequence of cards can be moved between tableau piles. Any valid card or | ||
sequence can fill empty piles. | ||
<p> | ||
The object is to group the cards in sets of 13 cards, from King to Ace | ||
in an alternating color sequence. Such groups can be moved to the foundations. | ||
<p> | ||
When there are no moves left, you can deal one card from the talon to | ||
each tableau pile. The game is won if all cards are grouped into sequences | ||
and moved to the foundations. |
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