mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Two dozen more missing game rules.
This commit is contained in:
parent
7427190dcf
commit
d7a57ef65f
28 changed files with 459 additions and 5 deletions
13
html-src/rules/arizona.html
Normal file
13
html-src/rules/arizona.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<h1>Arizona</h1>
|
||||
<p>
|
||||
Raglan type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="phoenix.html">Phoenix</a>,
|
||||
but the tableau piles are built down, regardless
|
||||
of suit.
|
26
html-src/rules/baroness.html
Normal file
26
html-src/rules/baroness.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<h1>Baroness</h1>
|
||||
<p>
|
||||
Pairing game type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the single foundation.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
The object is to use up all the cards by placing them
|
||||
on the single foundation.
|
||||
<p>
|
||||
Cards are dealt from the talon to the foundation five at a time.
|
||||
When there are only two cards left in the talon, they are placed in
|
||||
two reserve piles.
|
||||
<p>
|
||||
Pairs of cards can be removed when the numerical values of the two
|
||||
cards adds up to 13. Queen is worth 12 and Jack is worth 11. You do
|
||||
not have to follow suit.
|
||||
<p>
|
||||
All Kings go off alone.
|
||||
|
||||
<h3>Notes</h3>
|
||||
<p>
|
||||
<i>Quickplay</i> is disabled for this game.
|
23
html-src/rules/beacon.html
Normal file
23
html-src/rules/beacon.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<h1>Beacon</h1>
|
||||
<p>
|
||||
One-Deck game type. 1 deck. No redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the single foundation.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
Cards are dealt to eight piles of four cards each.
|
||||
Tableau piles are built down by rank, regardless of
|
||||
suit, turning the corner from ace to king as necessary.
|
||||
Any card or valid sequence of cards can be moved between
|
||||
tableau piles. If a tableau pile is empty, a single card
|
||||
is dealt from the talon to that pile. If the talon is
|
||||
empty, any card or sequence can be moved to fill empty
|
||||
piles.
|
||||
<p>
|
||||
The foundation is built up by rank, regardless of suit,
|
||||
turning the corner from king to ace as necessary. Any
|
||||
card can be used to start the foundation, and the game
|
||||
is won when all cards are moved to the foundation.
|
12
html-src/rules/bigcell.html
Normal file
12
html-src/rules/bigcell.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Big Cell</h1>
|
||||
<p>
|
||||
FreeCell type. 3 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="freecell.html">FreeCell</a>,
|
||||
but with three decks and four free cells.
|
15
html-src/rules/britishcanister.html
Normal file
15
html-src/rules/britishcanister.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h1>British Canister</h1>
|
||||
<p>
|
||||
Beleaguered Castle type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="canister.html">Canister</a>,
|
||||
but piles build down by alternate color,
|
||||
only single cards can be moved between tableau
|
||||
piles, and only kings can be placed in empty
|
||||
spaces.
|
|
@ -9,6 +9,6 @@ Move all cards to the foundations.
|
|||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="fortythieves.html">Forty Thieves</a>,
|
||||
but with a different layout considting of eight piles of one card,
|
||||
but with a different layout consisting of eight piles of one card,
|
||||
the foundations in between. The 8 piles build down by rank, ignoring
|
||||
suit, and empty piles are automatically filled from the waste or talon.
|
||||
|
|
23
html-src/rules/contradance.html
Normal file
23
html-src/rules/contradance.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<h1>Contradance</h1>
|
||||
<p>
|
||||
Two-Deck game type. 2 decks. 1 redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all the cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
All of the fives and sixes are dealt to the foundations.
|
||||
The foundations with fives are built down by suit to ace,
|
||||
with the kings then placed on the aces, while the foundations
|
||||
with sixes are built up by suit to queen.
|
||||
<p>
|
||||
Cards are dealt from the talon one at a time, and can be
|
||||
moved to appropriate foundations. You can redeal once, so
|
||||
you are allowed to go through the deck twice at most. The
|
||||
game is won if all cards are moved to the foundation.
|
||||
|
||||
<h3>Notes</h3>
|
||||
<p>
|
||||
This game is also known as Cotillion.
|
13
html-src/rules/doublerussianspider.html
Normal file
13
html-src/rules/doublerussianspider.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<h1>Double Russian Spider</h1>
|
||||
<p>
|
||||
Spider type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Group all the cards in sets of 13 cards in descending sequence
|
||||
by suit from King to Ace and move such sets to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="russianspider.html">Russian Spider</a>,
|
||||
but with two decks and ten playing piles.
|
|
@ -11,7 +11,7 @@ Move all cards to the foundations.
|
|||
A four deck variation of <a href="queenofitaly.html">Queen of Italy</a>.
|
||||
<p>
|
||||
Like <a href="terrace.html">Terrace</a>, but with four decks,
|
||||
11 tableau piles, and 19 cards starting in the reserve. ALso,
|
||||
11 tableau piles, and 19 cards starting in the reserve. Also,
|
||||
empty cards in the tableau are not automatically filled
|
||||
from the waste pile or stock. Instead, any other card from the
|
||||
tableau or waste can be used to fill empty piles.
|
||||
|
|
17
html-src/rules/flipper.html
Normal file
17
html-src/rules/flipper.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<h1>Flipper</h1>
|
||||
<p>
|
||||
FreeCell type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="penguin.html">Penguin</a>,
|
||||
but no cards are dealt to the foundations at the
|
||||
start of the game (like <a href="tuxedo.html">Tuxedo</a>).
|
||||
<p>
|
||||
If any reserves are used, the top card of the tableau
|
||||
pile next to it is flipped face-down and that pile can't
|
||||
be used until that reserve is emptied.
|
15
html-src/rules/foursome.html
Normal file
15
html-src/rules/foursome.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h1>Foursome</h1>
|
||||
<p>
|
||||
One deck type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the waste stack.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="quartets.html">Quartets</a>,
|
||||
but only six piles with a single card each, and one
|
||||
card is dealt to each reserve at the start of the game.
|
||||
When there are no moves left, you can deal one card to
|
||||
each tableau pile from the remaining stock.
|
43
html-src/rules/hemispheres.html
Normal file
43
html-src/rules/hemispheres.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
<h1>Hemispheres</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>
|
||||
The four red aces and four black kings are placed in
|
||||
foundation piles in the middle of the play area. Sixteen
|
||||
cards are dealt in a circle around these foundations,
|
||||
forming the tableau. Specific cards are dealt to the top,
|
||||
bottom, and left, and right-most piles as follows:
|
||||
<ul>
|
||||
<li>Top - Ace of Spades</li>
|
||||
<li>Bottom - Ace of Clubs</li>
|
||||
<li>Left - King of Diamonds</li>
|
||||
<li>Right - King of Hearts</li>
|
||||
</ul>
|
||||
<p>
|
||||
Building is not allowed on those four cards, though they can
|
||||
be moved to the foundations at the end of the game.
|
||||
<p>
|
||||
The remaining six tableau piles on the top half of the tableau
|
||||
are built down by same color, and only red cards are allowed
|
||||
to be built. The last six tableau piles on the bottom half are
|
||||
built up by same color, with only black cards allowed to be built
|
||||
on. A single red card in the bottom tableau can be switched with
|
||||
a single black card in the top. Empty piles in the tableau are
|
||||
immediately filled with the top card from the waste pile. If the
|
||||
waste and talon are empty, they can be filled with any card.
|
||||
<p>
|
||||
Cards are dealt from the talon one at a time, and can be moved to
|
||||
the tableau or foundations. No redeal is allowed. The red
|
||||
foundations are built up by same suit, while the black foundations
|
||||
are built down by same suit. The game is won if all cards are
|
||||
moved to the foundations.
|
||||
|
||||
<h3>Notes</h3>
|
||||
<p>
|
||||
This game is also known as The Four Continents.
|
|
@ -8,8 +8,9 @@ Move all cards to the foundations.
|
|||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
The foundations build up by rank ignoring suit. The base rank for
|
||||
each foundation is one higher than the reserve above it.
|
||||
Eight cards are dealt to eight reserves, and a single card is dealt to each of
|
||||
eight tableau piles. The foundations build up by rank ignoring suit. The base
|
||||
rank for each foundation is one higher than the reserve above it.
|
||||
<p>
|
||||
Each foundation must be completed by using the card from the reserve above it.
|
||||
<p>
|
||||
|
|
13
html-src/rules/mrsmop.html
Normal file
13
html-src/rules/mrsmop.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<h1>Mrs. Mop</h1>
|
||||
<p>
|
||||
Spider type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Group all the cards in sets of 13 cards in descending sequence
|
||||
by suit from King to Ace and move such sets to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Just like <a href="spider.html">Spider</a>,
|
||||
but all the cards are dealt and face-up at the start of the game.
|
14
html-src/rules/openjumbo.html
Normal file
14
html-src/rules/openjumbo.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<h1>Open Jumbo</h1>
|
||||
<p>
|
||||
Klondike type. 2 decks. One redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="klondike.html">Klondike</a>,
|
||||
but with two decks and nine playing piles,
|
||||
and all cards face-up. A variant of
|
||||
<a href="jumbo.html">Jumbo</a> with all cards face-up.
|
12
html-src/rules/opus.html
Normal file
12
html-src/rules/opus.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Opus</h1>
|
||||
<p>
|
||||
FreeCell type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="penguin.html">Penguin</a>,
|
||||
but with only five reserves.
|
27
html-src/rules/primrose.html
Normal file
27
html-src/rules/primrose.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<h1>Primrose</h1>
|
||||
<p>
|
||||
Numerica type. 2 decks. 8 redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
Eight cards are dealt to eight reserves, and the remaining cards are dealt to
|
||||
eight tableau piles. The foundations build up by rank ignoring suit. The base
|
||||
rank for each foundation is one higher than the reserve above it.
|
||||
<p>
|
||||
Each foundation must be completed by using the card from the reserve above it.
|
||||
<p>
|
||||
There is no building on the tableau piles - cards can only be moved to the
|
||||
foundations, and spaces are not filled.
|
||||
<p>
|
||||
When no more moves are possible, you can redeal by taking the first tableau
|
||||
pile and dealing the cards from it evenly to the tableau piles. For the next
|
||||
redeal, you do the same with the second pile, and so on until you go through
|
||||
all eight piles.
|
||||
|
||||
<h3>Notes</h3>
|
||||
<p>
|
||||
<i>Autodrop</i> is disabled for this game.
|
21
html-src/rules/realm.html
Normal file
21
html-src/rules/realm.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<h1>Realm</h1>
|
||||
<p>
|
||||
One-Deck game type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
Cards are dealt to eight tableau piles - four with six cards and
|
||||
four with seven. Tableau piles are built up or down by alternate
|
||||
color and only single cards can be moved between tableau piles.
|
||||
Empty tableau piles can't be filled.
|
||||
<p>
|
||||
There are two sets of foundations - one is built up by suit
|
||||
starting from ace to king, while the other is built down from
|
||||
king to ace. Cards in foundations can't be moved.
|
||||
<p>
|
||||
The game is won when all cards are moved to the foundations. It
|
||||
doesn't matter how many cards are in each foundation.
|
15
html-src/rules/repair.html
Normal file
15
html-src/rules/repair.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h1>Repair</h1>
|
||||
<p>
|
||||
FreeCell type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="freecell.html">FreeCell</a>,
|
||||
but with two decks and ten piles of ten cards
|
||||
(four cards are dealt to the free cells at the
|
||||
start), and valid sequences of cards can be moved
|
||||
freely between tableau piles.
|
16
html-src/rules/shifting.html
Normal file
16
html-src/rules/shifting.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<h1>Shifting</h1>
|
||||
<p>
|
||||
Numerica game type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="numerica.html">Numerica</a>,
|
||||
but in addition to moving cards from the talon to
|
||||
the tableau, you are allowed to move single cards
|
||||
between tableau piles, building down by rank
|
||||
regardless of suit, and kings can be moved to
|
||||
empty piles.
|
15
html-src/rules/simonjester.html
Normal file
15
html-src/rules/simonjester.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h1>Simon Jester</h1>
|
||||
<p>
|
||||
Spider type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Group all the cards in sets of 13 cards in descending sequence
|
||||
by suit from King to Ace and move such sets to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Just like <a href="spider.html">Spider</a>,
|
||||
but all cards are dealt at the beginning to the 14 piles in a
|
||||
triangular layout. A two-deck variation of
|
||||
<a href="simplesimon.html">Simple Simon</a>.
|
|
@ -10,4 +10,5 @@ by suit from King to Ace and move such sets to the foundations.
|
|||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Just like <a href="spiderette.html">Spiderette</a>,
|
||||
but all cards are dealt at the beginning to the 10 piles.
|
||||
but all cards are dealt at the beginning to the 10 piles in a
|
||||
triangular layout.
|
||||
|
|
30
html-src/rules/sultan.html
Normal file
30
html-src/rules/sultan.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<h1>Sultan</h1>
|
||||
<p>
|
||||
Two-Deck game type. 2 decks. 2 redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all the cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
Nine cards are laid out into nine foundation cards, with the kings of
|
||||
diamonds, clubs, and spades in the left and right columns, with the
|
||||
center column consisting of an ace of hearts in the top, and the two
|
||||
kings of hearts below. The center king of hearts is called the Sultan,
|
||||
and no cards can be played on it. Aces can be played on the remaining
|
||||
kings, and these foundations are built up by suit to queens.
|
||||
<p>
|
||||
Six additional cards are dealt to six reserve piles. Cards from the
|
||||
reserve can be moved to appropriate foundations. Cards are dealt from
|
||||
the talon one at a time, and can be moved to the foundations as well, or to
|
||||
empty reserves. You can redeal up to twice per game, meaning you can go
|
||||
through the deck a total of three times.
|
||||
<p>
|
||||
The game is won if all cards are moved to the foundations, resulting in
|
||||
the Sultan surrounded by his queens.
|
||||
|
||||
<h3>Notes</h3>
|
||||
<p>
|
||||
This game is also known as Sultan of Turkey, or less commonly,
|
||||
Emperor of Germany.
|
12
html-src/rules/sultanplus.html
Normal file
12
html-src/rules/sultanplus.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Sultan +</h1>
|
||||
<p>
|
||||
Two-Deck game type. 2 decks. 2 redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Just like <a href="sultan.html">Sultan</a>,
|
||||
but with eight reserves.
|
27
html-src/rules/toni.html
Normal file
27
html-src/rules/toni.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<h1>Toni</h1>
|
||||
<p>
|
||||
Two-Deck game type. 2 decks. 2 redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all the cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
The eight foundations are arranged in the shape of a T.
|
||||
To the four foundations on the top of the T, an ace of
|
||||
each suit is dealt, and a king of each suit is dealt to
|
||||
the middle bar. Twelve cards are dealt to tableau piles,
|
||||
six on each side of the T.
|
||||
<p>
|
||||
Building on the tableau is not allowed, cards can only be
|
||||
moved to the foundations. If there are no moves left, you
|
||||
can deal one card to each of the twelve piles. If the talon
|
||||
is empty, you can pick up the tableau piles to make a new
|
||||
talonm, and redeal. Two redeals are allowed.
|
||||
<p>
|
||||
The foundations with the aces are built up by same suit,
|
||||
while the foundations with the kings are built down by
|
||||
same suit. Cards can be moved between foundations.
|
||||
<p>
|
||||
The game is won if all cards are moved to the foundations.
|
15
html-src/rules/tuxedo.html
Normal file
15
html-src/rules/tuxedo.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h1>Tuxedo</h1>
|
||||
<p>
|
||||
FreeCell type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="penguin.html">Penguin</a>,
|
||||
but no cards are dealt to the foundations at the
|
||||
start of the game - the foundations are built up from
|
||||
ace to king. The last three cards are dealt to the
|
||||
first, fourth, and seventh tableaus.
|
19
html-src/rules/twinqueens.html
Normal file
19
html-src/rules/twinqueens.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<h1>Twin Queens</h1>
|
||||
<p>
|
||||
Forty Thieves type. 2 decks. 1 redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="fortythieves.html">Forty Thieves</a>,
|
||||
but with a different layout consisting of eight piles of one card,
|
||||
the foundations in between. The 8 piles build down by same suit, and
|
||||
empty piles are automatically filled from the waste or talon.
|
||||
<p>
|
||||
The foundations are built up by same suit from king, turning the corner
|
||||
as necessary, with the queens on top of the finished foundations.
|
||||
<p>
|
||||
Also, one redeal is allowed.
|
16
html-src/rules/wood.html
Normal file
16
html-src/rules/wood.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<h1>Wood</h1>
|
||||
<p>
|
||||
Terrace type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="terrace.html">Terrace</a>, but a card is dealt to
|
||||
all nine tableau piles at the start. A single card is dealt to
|
||||
one of the foundations to determine the starting rank. Also,
|
||||
empty cards in the tableau are not automatically filled
|
||||
from the waste pile or stock. Instead, any other card from the
|
||||
tableau or waste can be used to fill empty piles.
|
Loading…
Add table
Reference in a new issue