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

Fixed some errors in game rule documentation.

This commit is contained in:
Joe R 2021-10-22 20:25:33 -04:00
parent 6cbf173723
commit 8c476e391f
10 changed files with 79 additions and 50 deletions

View file

@ -4,7 +4,7 @@ One-Deck game type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Discard all the cards.
Discard all but the last four cards.
<h3>Rules</h3>
<p>
@ -12,7 +12,8 @@ Four cards are dealt to four tableau piles. If two of these cards are
of the same suit, they can be discarded and two new cards are dealt from
the stock to fill it.
<p>
The game is won if all cards are discarded.
The game is won if all cards are discarded except for the last card of
each suit.
<h3>Notes</h3>
<p>

View file

@ -4,7 +4,7 @@ One-Deck game type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Discard all the cards.
Discard all but the last four cards.
<h3>Rules</h3>
<p>
@ -12,7 +12,8 @@ Four cards are dealt to four tableau piles. If two of these cards are
of the same suit, they can be discarded. At any point, four additional
cards can be dealt from the stock to these four piles.
<p>
The game is won if all cards are discarded.
The game is won if all cards are discarded except for the last card of
each suit.
<h3>Notes</h3>
<p>

View file

@ -10,7 +10,3 @@ Move all cards to the foundations.
<p>
Like <a href="canfield.html">Canfield</a>,
but with two decks and five playing piles.
<h3>Rules</h3>
<p>
<i>[To be written]</i>

View file

@ -0,0 +1,26 @@
<h1>Mount Olympus</h1>
<p>
Two-Deck game 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, the aces and twos are dealt
to sixteen foundation piles. Nine cards are dealt to
nine tableau piles.
<p>
Tableau piles are built down by suit, by twos. So tableau
piles are either built in order K-J-9-7-5-3-A, or Q-10-8-6-4-2.
Any valid sequence of cards can be moved between tableau piles.
Empty tableau piles are filled with the top card from the stock -
once no cards are left in the stock, any card can be used
to fill the pile.
<p>
Foundation piles are built up by suit in the same manner.
<p>
When there are no moves available, deal an additional card from
the stock onto each tableau pile. The game is won if all cards
are moved to the foundations.

View file

@ -10,8 +10,8 @@ Move all cards to the foundations.
<p>
The foundations build up by rank - suits and colors are irrelevant.
<p>
One card is flipped over at a time and moved onto the stacks. There are no
restrictions on which card may go where on the stacks. Once on a stack,
One card is flipped over at a time and moved onto one of four 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.
<h3>Strategy</h3>

View file

@ -0,0 +1,12 @@
<h1>Numerica (2 decks)</h1>
<p>
Numerica game type. 2 decks. 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 with two decks and six stacks.

View file

@ -1,9 +1,15 @@
<h1>Three Peaks</h1>
Pairing type game. 1 deck. No redeal.
Golf type game. 1 deck. No redeal.
<h3>Object</h3>
Remove all cards from the tableau.
<h3>Quick Description</h3>
<p>
Much like <a href="relaxedgolf.html">Relaxed Golf</a>,
only with a <a href="pyramid.html">Pyramid</a>
related layout.
<h3>Rules</h3>
The object is to remove all the cards from the tableau by playing
them to the waste stack. Cards from the tableau will play to the

View file

@ -1,39 +0,0 @@
<h1>Tri Peaks</h1>
<p>
Golf type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the waste stack.
<h3>Quick Description</h3>
<p>
Much like <a href="relaxedgolf.html">Relaxed Golf</a>,
only with a <a href="pyramid.html">Pyramid</a>
related layout.
<h3>Rules</h3>
<p>
Build singly on the waste stack up or down regardless of suit.
<p>
Only the top card is available for play. When no more moves are
possible, click on the talon to deal a new card.
<p>
Sequences wrap around,
i.e. Twos and Kings may be placed on Aces
and Queens and Aces may be placed on Kings.
<h3>Notes</h3>
<p>
There is a simple scoring system here - you debit $120 for each game
($5 for each of the 24 cards in the talon) and for every card you
bear off, you get $1, $2, $3,... credit, depending on the length
of your current streak.
<br>
Each cleared peak gains $15 bonus, and there's an
additional $30 if you manage to clear all three peaks.
<br>
Your balance is reset whenever you select a different game.
Loaded games and manually entered game numbers don't count.
<p>
<i>Autodrop</i> is disabled for this game.

View file

@ -0,0 +1,12 @@
<h1>Triple Canfield</h1>
<p>
Canfield type. 2 decks. Unlimited 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 three decks and seven playing piles.

14
html-src/rules/zeus.html Normal file
View file

@ -0,0 +1,14 @@
<h1>Zeus</h1>
<p>
Two-Deck game type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="mountolympus.html">Mount Olympus</a>,
but four cards are dealt on each tableau pile at the
start of the game, and only kings and queens can be
moved into empty tableau piles.