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

Five additional sets of rules for the docs.

This commit is contained in:
Joe R 2022-09-04 13:52:49 -04:00
parent f614186a79
commit 39f810b423
5 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,31 @@
<h1>Boomerang</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>
<p>
Boomerang is only played with the cards from seven through
king of each suit, plus the four aces, from two decks. A
card is dealt to each of twelve tableau piles. Cards in the
tableau can be built either up or down in suit. However,
each pile must follow only one of these rules.
<p>
Foundation piles are to be built in suit, first up from seven
to king, then an ace is played on the king, and it is built
back down from king to seven, with the other ace placed on top
to finish the pile. So they are ultimately built in the order
7-8-9-10-J-Q-K-A-K-Q-J-10-9-8-7-A.
<p>
Cards can be dealt from the talon one at a time, and moved to
an appropriate tableau or foundation pile. There is no redeal.
<h3>Notes</h3>
<p>
Boomerang was invented by Albert Morehead and Geoffrey
Mott-Smith.

View file

@ -0,0 +1,21 @@
<h1>Dutch Solitaire</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>
An ace is dealt to each of five foundation piles, arranged in an X
pattern in the center of the play area. Ten cards are dealt to each
of 6 tableau piles, arranged so only the top card is visible, with
one above and below the foundations, and two each to the left and
right.
<p>
Tableau and foundation piles are both built up or down by rank,
regardless of suit. Single cards can be moved between piles.
When there are no moves left, you can deal cards from the talon
one at a time, and move them to appropriate piles. No redeal is
allowed. The game is won if all cards are moved to the foundations.

View file

@ -0,0 +1,13 @@
<h1>Le Grande Teton</h1>
<p>
Tarock type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="threepeaks.html">Three Peaks</a> (without scoring),
but played with tarock cards. Trumps with a rank greater than 14
are treated as having 14 subtracted from their value.

View file

@ -0,0 +1,24 @@
<h1>Regal Family</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 twenty tableau piles, arranged in a
circle. In the middle of the circle are three rows of
foundations. The top and bottom rows are built down by same
suit from ten to ace, then turning the corner from ace to king
and down to jack, in the hearts, clubs, and spades. The middle
row is for diamonds, and one foundation is built up from ace to
king and the other down from jack to queen, turning the corner
as necessary.
<p>
When no more cards can be moved to the foundations, you can deal
one card from the talon to each tableau pile. Once the talon is
empty, you can move single cards between tableau piles, building
them up or down by same suit. The game is won if all cards are
moved to the foundations.

34
html-src/rules/well.html Normal file
View file

@ -0,0 +1,34 @@
<h1>Well</h1>
<p>
Two-Deck game type. 2 decks. 4 redeals.
<h3>Object</h3>
<p>
Move all the cards to the foundations.
<h3>Rules</h3>
<p>
Ten cards are dealt to each of four reserve piles, arranged
in a diamond pattern in the center of the play area. A single
card is dealt to each of four tableau piles, one dealt next to
each of the reserves. The tableau piles are built up by same
suit, and if they are empty, they are immediately filled with
the top card from the adjacent reserve. If the reserve is
empty, that pile can be filled with any card. Cards from the
reserve can also be freely moved to any tableau pile or foundation,
though cards cannot be placed in the reserve.
<p>
There is one additional tableau pile that is set aside from the
others. An ace can be dealt to start this pile, and it can be
built up by same suit like the other.
<p>
When there are no moves left, you can deal cards from the stock to
each of five waste piles, and the cards from these waste piles can
be moved to tableau or foundation piles. When the stock is empty,
you can combine the waste piles to form a new stock and redeal.
You are allowed four redeals, though during each redeal, you use
one fewer waste pile than you did on the previous deal.
<p>
The foundations are built down by same suit from king to ace, then
turning the corner from ace to king, and built down to ace a second
time. The game is won if all cards are moved to the foundations.