-
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
130 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>Xerxes</h1> | ||
<p> | ||
Two-Deck game type. 2 stripped decks. No redeal. | ||
|
||
<h3>Object</h3> | ||
<p> | ||
Move all cards to the foundations. | ||
|
||
<h3>Rules</h3> | ||
<p> | ||
Xerxes is played with only the nines through kings of each | ||
suit from two decks, plus the aces. The remaining cards are | ||
removed. | ||
<p> | ||
One nine is dealt to the first foundation pile, and a tableau pile | ||
of cards is dealt underneath it. When each nine is dealt, that is | ||
dealt to the next foundation, and the next tableau pile is started | ||
underneath it, until all cards are dealt. | ||
<p> | ||
Any card can be moved to an empty tableau pile, but otherwise, no | ||
building on the tableau is allowed. The foundation piles are built | ||
up from nine to king, then ace, regardless of suit. The game is won | ||
if all cards are moved to the foundations. | ||
|
||
<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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<h1>Zingara</h1> | ||
<p> | ||
Two-Deck game type. 2 stripped decks. No redeal. | ||
|
||
<h3>Object</h3> | ||
<p> | ||
Move all cards to the foundations. | ||
|
||
<h3>Quick Description</h3> | ||
<p> | ||
Like <a href="xerxes.html">Xerxes</a>, | ||
but played with cards from seven through king, plus the aces. | ||
During the initial deal, the sevens are dealt to the foundations, and | ||
if an eight or nine would be dealt that can be played to a foundation, | ||
it is dealt there immediately. |
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