-
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
3 changed files
with
69 additions
and
22 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,19 @@ | ||
<h1>Deuces and Queens</h1> | ||
<p> | ||
Two-Deck game type. 2 decks. No redeal. | ||
|
||
<h3>Object</h3> | ||
<p> | ||
Move all the cards to the foundations. | ||
|
||
<h3>Quick Description</h3> | ||
<p> | ||
Like <a href="acesandkings.html">Aces and Kings</a>, but with | ||
three reserves, and one set of foundations builds up from two to ace, | ||
and the other builds down from queen to king, both wrapping between | ||
king and ace as necessary. | ||
<p> | ||
Additionally, building on the tableau piles is allowed. Tableau | ||
piles are built up or down by rank, regardless of suit, also wrapping | ||
between king and ace as necessary. But once the talon is empty, empty | ||
tableau piles can no longer be filled. |
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