-
Notifications
You must be signed in to change notification settings - Fork 105
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
105 additions
and
3 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,22 @@ | ||
<h1>Eighteens</h1> | ||
<p> | ||
Pairing game type. 2 decks. No redeal. | ||
|
||
<h3>Object</h3> | ||
<p> | ||
Move all cards to the single foundation. | ||
|
||
<h3>Rules</h3> | ||
<p> | ||
Twelve cards are dealt to the tableau. Cards are removed in groups of four, | ||
consisting of one face card, and three cards of different ranks that total | ||
18 - this is done by moving all four cards to a special reserve pile. Aces | ||
are removed singly. After each set is removed, the empty spaces are filled | ||
from the talon. | ||
<p> | ||
The game is won if all cards have been discarded. | ||
|
||
<h3>Notes</h3> | ||
<p> | ||
|
||
<i>Autodrop</i> is 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