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

Added missing rules for 25 more games.

This commit is contained in:
Joe R 2021-12-26 12:10:30 -05:00
parent fe2a061f7f
commit 46bda40762
28 changed files with 433 additions and 12 deletions

View file

@ -0,0 +1,25 @@
<h1>Alhambra</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>
At the start of the game, an ace and a king of each suit are
dealt to the foundations, and eight piles of four cards are
dealt as reserves.
<p>
Cards are dealt from the stock one at a time to the waste pile.
Cards from the reserves can be moved to the waste pile, which is
built up or down by same suit. Cards from the reserve and waste
pile can also be moved to the reserves.
<p>
After the stock is empty, flip the waste pile and go through the
stock again, including the new cards that were added in that round.
Two redeals are allowed, so you can go through the deck up to
three times total.
<p>
The game is won if all cards are moved to the foundations.

View file

@ -11,7 +11,3 @@ Move all cards to the foundations.
Like <a href="doubleklondike.html">Double Klondike</a>,
but 10 piles, no redeal, and an extra reserve that can
hold up to 3 Kings.
<h3>Rules</h3>
<p>
<i>[To be written]</i>

View file

@ -0,0 +1,12 @@
<h1>Batsford Again</h1>
<p>
Klondike type. 2 decks. 1 redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Just like <a href="batsford.html">Batsford</a>, but with
a redeal.

View file

@ -0,0 +1,20 @@
<h1>Bim Bom</h1>
<p>
Yukon type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Rules</h3>
<p>
The cards are dealt into eight piles of five cards.
Cards in tableau are built down by same suit - groups of
cards can be moved regardless of sequence. Any card or
sequence can be used to fill an empty pile.
<p>
Cards are dealt from the talon one at a time and can be
moved to the foundation or tableau. No redeal is allowed.
<p>
The foundations are built up by suit from ace to king.
The game is won when all cards are moved to the foundations.

View file

@ -9,8 +9,4 @@ Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="fortythieves.html">Forty Thieves</a>,
but with 12 piles.
<h3>Rules</h3>
<p>
<i>[To be written]</i>
but with 12 piles and one card in each pile.

View file

@ -0,0 +1,15 @@
<h1>Canfield Rush</h1>
<p>
Canfield type. 1 deck. 2 redeals.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="canfield.html">Canfield</a>,
but with two redeals. During the first round,
cards are dealt from the talon three at a time,
and then during each subsequent round, one fewer
card is dealt from the talon with each draw.

View file

@ -0,0 +1,27 @@
<h1>Casket</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 main tableau is set up in the shape of a casket, with the body of
the casket containing 8 cards, with a 5 card lid on top. A face-down
reserve of 13 cards is placed inside the casket.
<p>
The cards in the body of the casket are built down by same suit,
whereas the cards in the lid of the casket can't be built. A card from
the lid of the casket can only be moved to a non-empty pile in the body
of the casket or a foundation. Empty piles in the lid of the casket are
immediately filled with the top card from the reserve, while piles in
the body can be filled freely.
<p>
Deal cards from the stock one at a time. Each card dealt from the stock
must be moved to one of three special reserve piles. Cards from these
reserves can be moved to the body of the tableau or foundations.
<p>
Foundations are built up by suit, starting from aces. The game is won if
all cards are moved to the foundations.

View file

@ -0,0 +1,12 @@
<h1>Double Kingsley</h1>
<p>
Klondike type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="kingsley.html">Trigon</a>,
but with two decks and nine playing piles.

View file

@ -0,0 +1,13 @@
<h1>Fortunes</h1>
<p>
One-Deck game type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards except the four Aces to the single foundation.
<h3>Quick Description</h3>
<p>
Like <a href="acesup.html">Aces Up</a>,
but sequences of cards can be moved to empty tableau
piles.

View file

@ -0,0 +1,21 @@
<h1>Four Winds</h1>
<p>
One-Deck game type. 1 deck. 1 redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Rules</h3>
<p>
The aces are dealt to four foundation piles, and four reserves are
placed next to each foundation. A card is dealt to all sixteen
reserves. The foundations are built up by same suit. Each reserve
pile can only be filled with a card of the same suit as its associated
foundation. Only one card is allowed in each reserve.
<p>
Cards are dealt from the talon one at a time, and can be moved to an
appropriate foundation or reserve. One redeal is allowed, so you can
go through the talon twice.
<p>
The game is won if all cards are moved to the foundations.

View file

@ -0,0 +1,15 @@
<h1>Gold Rush</h1>
<p>
Klondike type. 1 deck. 2 redeals.
<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 redeals. During the first round,
cards are dealt from the talon three at a time,
and then during each subsequent round, one fewer
card is dealt from the talon with each draw.

View file

@ -0,0 +1,15 @@
<h1>Granada</h1>
<p>
Two-Deck game type. 2 decks. 2 redeals.
<h3>Object</h3>
<p>
Move all the cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="alhambra.html">Alhambra</a>,
but there are four waste piles. When drawing from
the stock, one card is added to each pile. Cards from
one waste pile can also be moved to another. When
redealing, all of the piles are combined.

View file

@ -0,0 +1,13 @@
<h1>Haystack</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="needle.html">Needle</a>,
but with a maximum of eight cards allowed in the
reserve.

View file

@ -0,0 +1,14 @@
<h1>Kingsley</h1>
<p>
Klondike type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="klondike.html">Klondike</a>,
but the cards are built in reverse order. Tableau
piles are built up while foundations are built down,
starting from kings.

View file

@ -0,0 +1,12 @@
<h1>Limited</h1>
<p>
Forty Thieves type. 2 decks. No 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 12 piles and three cards in each pile.

View file

@ -0,0 +1,21 @@
<h1>Limpopo</h1>
<p>
FreeCell type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all the cards to the foundations.
<h3>Rules</h3>
<p>
The cards are dealt to eight piles of thirteen cards. Tableau
piles are built down by alternate color. Any card or sequence of
cards can be moved between tableau piles, and any card can fill an
empty tableau pile. Cards can be moved to the foundations, which
are built up by same suit, starting from ace.
<p>
There are two reserve piles. Single cards may be moved to or
from the reserves. The reserve piles can have a max of four
cards each, and only the top card from each can be moved.
<p>
The game is won if all cards are moved to the foundations.

View file

@ -0,0 +1,12 @@
<h1>Morehead</h1>
<p>
Beleaguered Castle type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick description</h3>
<p>
Just like <a href="somerset.html">Somerset</a>, but
tableau piles are built down in any suit but their own.

View file

@ -0,0 +1,24 @@
<h1>Moving Left</h1>
<p>
Klondike type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Rules</h3>
<p>
At the start of the game, cards are dealt to ten tableau
piles, with the first pile having one card, the second having two,
and so on. Tableau piles are built down by alternating colors.
Cards can be moved to foundations which are built up by same suit,
starting with the aces.
<p>
If a pile in the tableau is emptied, all of the face-up cards on
the tableau pile directly to the right of it are moved to fill the
empty pile. If there are no cards to the right of it, the tableau
pile remains empty, and can be filled with a king.
<p>
Cards are dealt from the stock one at a time and can be moved to
the tableau or foundations. No redeal is allowed. The game is
won if all cards are moved to the foundations.

View file

@ -0,0 +1,24 @@
<h1>Needle</h1>
<p>
FreeCell type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all the cards to the foundations.
<h3>Rules</h3>
<p>
Cards are dealt into nine tableau piles, eight cards in the outermost
four, four cards in the next two, two cards in the next two, and the
middle pile is empty. The remaining eight cards are dealt to a
reserve.
<p>
Cards can be moved between tableau piles one at a time, building them
down by alternate color, and any card can be used to fill empty piles.
Foundations are built up by suit, starting with aces.
<p>
The top card from the reserve can be moved to an appropriate tableau pile
or foundation. Any single card can be moved to the reserve, though there
can be no more than eighteen cards in the reserve.
<p>
The game is won if all cards are moved to the foundations.

13
html-src/rules/quads.html Normal file
View file

@ -0,0 +1,13 @@
<h1>Quads</h1>
<p>
Fan game type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="troika.html">Troika</a>,
but the cards are dealt to thirteen piles
of four cards.

View file

@ -0,0 +1,14 @@
<h1>Quads+</h1>
<p>
Fan game type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="quads.html">Quads</a>,
but the aces are dealt to the foundations
at the start of the game, leaving one
tableau pile that starts empty.

View file

@ -0,0 +1,19 @@
<h1>Somerset</h1>
<p>
Beleaguered Castle type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Rules</h3>
<p>
Cards are dealt to ten tableau piles, with the first pile
containing one card, the second containing two, and so on, up
until the last three piles containing eight cards.
<p>
Tableau piles are built down by alternating colors, and cards
can be moved between tableau piles one at a time. Foundations
are built up by suit, starting from aces.
<p>
The game is won if all cards are moved to the foundations.

View file

@ -0,0 +1,12 @@
<h1>Souter</h1>
<p>
Klondike type. 2 decks. 1 redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Just like <a href="movingleft.html">Moving Left</a>,
but with one redeal allowed.

View file

@ -0,0 +1,20 @@
<h1>Strata</h1>
<p>
Baker's Dozen type. 2 decks. 2 redeals.
<h3>Object</h3>
<p>
Move all the cards to the foundations.
<h3>Rules</h3>
<p>
The cards are dealt to eight piles of thirteen cards. Tableau
piles are built down by alternate color. Single cards can be moved
between tableau piles. Cards can be moved to the foundations, which
are built up by same suit, starting from the ace. Any card can fill
an empty tableau column.
<p>
When there are no moves left, the remaining tableau cards can be
reshuffled and redealt. This can be done twice per game.
<p>
The game is won if all cards are moved to the foundations.

View file

@ -8,9 +8,11 @@ Move all cards to the foundations.
<h3>Rules</h3>
<p>
One card is flipped over at a time and moved onto the row stacks. There are no
restrictions on which card may go where on the stacks. Once on a stack,
a card can only be moved onto a foundation.
At the start of the game, the aces are dealt to the foundations.
<p>
One card is flipped over at a time and moved onto one of eight the row stacks.
There are no restrictions on which card may go where on the stacks. Once on a
stack, a card can only be moved onto a foundation.
<p>
The foundations build up in suit from Ace to King. You can only move
cards to the foundations once all cards have been placed on the

View file

@ -0,0 +1,15 @@
<h1>Strategy+</h1>
<p>
Numerica type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="strategy.html">Strategy</a>,
but with only six tableau piles, and the aces aren't
dealt to the foundations at the start, but are moved
straight to the foundations when they turn up in the
talon.

View file

@ -0,0 +1,24 @@
<h1>Two Rings</h1>
<p>
Two-Deck game type. 2 decks. 1 redeal.
<h3>Object</h3>
<p>
Fill all of the foundations.
<h3>Rules</h3>
<p>
The sixes and sevens are dealt to two rings of foundation
piles. Eight cards are dealt to eight tableau piles. The
foundations with the sevens are built up by suit to king,
while the foundations with the sixes are built down by suit
to aces.
<p>
No building on the tableau is allowed. When there are no
moves left, one card can be dealt from the talon to each
tableau pile. When the talon is empty, all the tableau
piles are placed together to make a new talon. This can
only be done once.
<p>
The game is won when all cards are moved to the foundations
in the two rings.

15
html-src/rules/usk.html Normal file
View file

@ -0,0 +1,15 @@
<h1>Usk</h1>
<p>
Klondike type. 1 deck. 1 redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick description</h3>
<p>
Just like <a href="somerset.html">Somerset</a>, but
sequences of cards can be moved, only kings can fill empty
piles, and a single redeal is allowed. With this redeal,
all of the remaining cards on the tableau are shuffled and
a new tableau is dealt.