mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Ten more missing game rules.
This commit is contained in:
parent
a1fd67077e
commit
30d3b047ce
10 changed files with 182 additions and 0 deletions
25
html-src/rules/bebop.html
Normal file
25
html-src/rules/bebop.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<h1>Bebop</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>
|
||||
Cards are dealt to eight piles of eight cards each, with only
|
||||
the top cards face-up. Tableau piles are built down by rank,
|
||||
regardless of suit, and any valid sequence of cards can be moved
|
||||
to an appropriate tableau pile.
|
||||
<p>
|
||||
If all of the face-up cards on a tableau pile are removed, the
|
||||
face-down cards are dealt to the other tableau piles, one on
|
||||
each (none to the pile that was just exposed). Then, if there
|
||||
are cards left in the talon, eight more cards are dealt to that
|
||||
empty pile in the same manner as before. If there are no cards
|
||||
left in the talon, that tableau pile remains empty, and any
|
||||
card or sequence can be moved to it.
|
||||
<p>
|
||||
The foundations are built up by suit from ace to king. The game
|
||||
is won if all cards are moved to the foundations.
|
12
html-src/rules/doublemeasure.html
Normal file
12
html-src/rules/doublemeasure.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Double Measure</h1>
|
||||
<p>
|
||||
Numerica type. 2 decks. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the single foundation.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="measure.html">Measure</a>,
|
||||
but with two decks and ten tableau piles.
|
12
html-src/rules/fortynine.html
Normal file
12
html-src/rules/fortynine.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Forty Nine</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="interchange.html">Interchange</a>,
|
||||
but all cards are dealt face-up.
|
20
html-src/rules/grandee.html
Normal file
20
html-src/rules/grandee.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<h1>Grandee</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 fourteen tableau piles. The tableau
|
||||
piles are built down by same suit, arranged so only the top card
|
||||
of each is visible. Only single cards can be moved between piles
|
||||
and empty piles can be filled by any card.
|
||||
<p>
|
||||
When there are no moves left, you can deal one card from the top
|
||||
of the stock to each tableau pile.
|
||||
<p>
|
||||
The foundations are built up by same suit from ace to king. The
|
||||
game is won when all cards are moved to the foundations.
|
17
html-src/rules/ladyjane.html
Normal file
17
html-src/rules/ladyjane.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<h1>Lady Jane</h1>
|
||||
<p>
|
||||
Klondike type. 2 decks. 1 redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Quick Description</h3>
|
||||
<p>
|
||||
Like <a href="bigharp.html">Big Harp</a>,
|
||||
but all cards are visible, tableau piles are built
|
||||
down by rank, regardless of suit, though only sequences
|
||||
of cards of the same suit can be moved together (in a
|
||||
similar manner to <a href="spider.html">Spider</a>.
|
||||
Also, cards are dealt from the talon three at a time
|
||||
with only one redeal allowed.
|
32
html-src/rules/lafayette.html
Normal file
32
html-src/rules/lafayette.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<h1>Lafayette</h1>
|
||||
<p>
|
||||
Canfield type. 1 deck. Unlimited redeals.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the foundations.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
A card is dealt to each of four tableau piles, and
|
||||
thirteen cards are dealt to a reserve pile, arranged
|
||||
so all cards are visible.
|
||||
<p>
|
||||
The tableau piles are built down by alternate color.
|
||||
Any card or valid sequence of cards can be moved
|
||||
between piles. Empty tableau piles are immediately
|
||||
filled from the top card of the reserve. If the reserve
|
||||
is empty, only sevens or sequences of cards starting with
|
||||
a seven can be moved to tableau piles. You can also move
|
||||
cards from the top of the reserve to the tableau or
|
||||
foundations.
|
||||
<p>
|
||||
When there are no moves left, you can draw cards from the
|
||||
talon three at a time, and move them to the tableau or
|
||||
reserve. You can go through the deck as many times as needed.
|
||||
<p>
|
||||
There are eight foundations. Four are built up by suit
|
||||
from ace to king, and the other four are built down from
|
||||
king to ace. The game is won if all cards are moved to
|
||||
the foundations - it doesn't matter how many cards are in
|
||||
each foundation.
|
20
html-src/rules/measure.html
Normal file
20
html-src/rules/measure.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<h1>Measure</h1>
|
||||
<p>
|
||||
Numerica type. 1 deck. No redeal.
|
||||
|
||||
<h3>Object</h3>
|
||||
<p>
|
||||
Move all cards to the single foundation.
|
||||
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
A card is dealt to each of eight tableau piles.
|
||||
Cards are dealt from the talon one at a time,
|
||||
and can be moved to tableau piles, which are built
|
||||
regardless of suit and rank, but once in the tableau,
|
||||
cards can only be moved to the foundation.
|
||||
<p>
|
||||
There is only a single foundation pile, built up by
|
||||
rank regardless of suit, turning the corner from king to
|
||||
ace as necessary, starting from any rank. The game is
|
||||
won if all cards are moved to this one foundation.
|
12
html-src/rules/penelopesweb.html
Normal file
12
html-src/rules/penelopesweb.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<h1>Penelope's Web</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="streetsandalleys.html">Streets and Alleys</a>,
|
||||
but only kings can be played in empty tableau piles.
|
15
html-src/rules/spiderweb.html
Normal file
15
html-src/rules/spiderweb.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<h1>Spider Web</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>
|
||||
Like <a href="spider.html">Spider</a>,
|
||||
but with one deck and 7 piles (3 with four cards, four with three,
|
||||
all face-up), and a single free cell. You may deal cards if there
|
||||
are empty rows.
|
17
html-src/rules/threeblindmice.html
Normal file
17
html-src/rules/threeblindmice.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<h1>Three Blind Mice</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>
|
||||
Like <a href="scorpion.html">Scorpion</a>, but with a different layout,
|
||||
consisting of ten piles of five cards each. The bottom three cards of
|
||||
the rightmost tableau piles are face-down.
|
||||
<p>
|
||||
The remaining two cards are dealt to reserves, and can be moved to an
|
||||
appropriate tableau pile at any time.
|
Loading…
Add table
Reference in a new issue