1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

The final missing game rules for the docs!

This commit is contained in:
Joe R 2022-09-08 19:29:08 -04:00
parent 798ef4699a
commit 97b48b4d4b
5 changed files with 111 additions and 0 deletions

View file

@ -0,0 +1,26 @@
<h1>Catherine the Great</h1>
<p>
Two-Deck game type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all the cards to the foundations.
<h3>Rules</h3>
<p>
Both queens of clubs, diamonds and spades, plus one queen of hearts,
are dealt in an inverted U pattern in the center of the play area. A king
of hearts is dealt in the center of the queens. These form the foundations.
Then, a card is dealt to each of ten tableau piles, five to the left of the
foundations and five to the right.
<p>
Tableau piles are built up by rank regardless of suit, wrapping from king to
ace as necessary. Empty piles are immediately filled from the talon or waste
pile. If the talon and waste are empty, empty tableau piles can't be filled.
Cards can be dealt from the talon one at a time, and moved to tableau or
foundation piles. No redeal is allowed.
<p>
The foundations with the queens are built down by same suit to king, turning
the corner from ace to king as necessary, while the middle foundation is built
up by same suit to queen, wrapping from king to ace as necessary. The game
is won if all cards are moved to the foundations.

View file

@ -0,0 +1,15 @@
<h1>Eight by Eight</h1>
<p>
Klondike type. 2 decks. 2 redeals.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="8x8.html">8 x 8</a>, but tableau piles are built
regardless of suit, only single cards can be moved to empty
tableau piles, and there are two redeals allowed - during the
first deal, cards are dealt in threes, and one fewer card is
dealt from the talon at a time after each redeal.

View file

@ -0,0 +1,20 @@
<h1>Interment</h1>
<p>
Fan game type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="newyork.html">New York</a>,
but tableau piles are built down by same suit, empty tableau piles
are immediately filled from the stock, the foundations are built up
from ace to king, and there is a five card reserve.
<p>
At the start of the game, a card is dealt to each of five reserve
piles, and thirteen more cards are dealt to a face-down stack
above. Cards from the reserve can be moved to an appropriate
tableau or foundation pile, and are immediately replaced from
the above stack.

View file

@ -0,0 +1,25 @@
<h1>Princess Patience</h1>
<p>
Two-Deck game type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all the cards to the foundations.
<h3>Rules</h3>
<p>
A card is dealt to each of thirty-two tableau piles,
arranged in two 4x4 grids of sixteen cards, with two
empty foundation columns placed between them. Tableau
piles are built down by same suit, arranged so only the
top card is visible, though a card can only be moved if
it's the top card of a pile with no cards between it
and the foundation column. Empty tableau piles can only
be filled from the waste.
<p>
Cards are dealt one at a time from the talon and can be
moved to an appropriate tableau pile or foundation. No
redeal is allowed.
<p>
The foundations are built up by same suit from ace to king.
The game is won if all cards are moved to the foundations.

View file

@ -0,0 +1,25 @@
<h1>The Jolly Roger</h1>
<p>
Spider type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of cards in descending sequence
by suit or color, as described below, and move these sequences to
the foundations.
<h3>Rules</h3>
<p>
Cards are dealt to thirteen piles of three cards each. Cards from
twos through kings are built down by twos, though only sequences of
the same suit can be moved as a unit. So sequences can be built down
as K-J-9-7-5-3 or Q-10-8-6-4-2. A full same suit sequence following
either of these patterns can be moved to a foundation.
<p>
Aces are instead built by same rank, with only sequences of aces that
are the same color being able to be moved together. Four aces of the
same color in a sequence can be moved as a unit to a foundation.
<p>
When there are no moves left, you can deal one card from the talon to
the top of each tableau pile. The game is won when all the cards have
been moved to the foundations in one of the aforementioned sequences.