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

Added ten missing game rules.

This commit is contained in:
Joe R 2022-07-01 21:27:46 -04:00
parent 79aca30779
commit 068ae67943
10 changed files with 165 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<h1>Australian Patience</h1>
<p>
Yukon type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Rules</h3>
<p>
The cards are dealt into seven piles of three cards each.
Cards in tableau are built down by same suit - groups of
cards can be moved regardless of sequence, and only kings
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

@ -0,0 +1,17 @@
<h1>Big York</h1>
<p>
Spider type. 3 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
A three deck variation of <a href="york.html">York</a>.
<p>
Like <a href="spider.html">Spider</a>,
but all cards are dealt to the tableau at the start,
in fourteen columns (twelve with eleven cards and two with
twelve), and sequences are allowed to turn the corner from
ace to king.

View file

@ -0,0 +1,21 @@
<h1>Chequers</h1>
<p>
Beleaguered Castle type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Rules</h3>
<p>
Cards are dealt to 25 piles of four cards each. Tableau
piles are built up or down by same suit, and only single
cards can be moved between tableau piles. Empty piles
are immediately filled with one of the four remaining cards
from the talon, and can be filled with any single card
once the talon is empty.
<p>
There are two sets of foundations. One is built up by
same suit from ace to king, while the other is built
down by suit from king to ace. The game is won if all
cards are moved to the foundations.

View file

@ -0,0 +1,15 @@
<h1>Dieppe</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 eight piles of three cards, that build down by
rank ignoring suit. Also, during the deal, any card
that can be moved to the foundation is immediately
moved there.

View file

@ -0,0 +1,20 @@
<h1>Doublets II</h1>
<p>
Pairing type. 1 deck. No redeals.
<h3>Object</h3>
<p>
Move all cards to the single foundation.
<h3>Rules</h3>
<p>
Cards are dealt to twelve piles of four cards each, with only the top card
of each pile face-up. Pairs of exposed cards in the tableau of the same
rank can be moved to the foundation. Empty tableau piles can be filled
with one of the remaining four cards from the talon. You win if all
cards can be paired off.
<h3>Notes</h3>
<p>
This game has no relation to <a href="doublets.html">Doublets</a> aside
from a similar name.

View file

@ -0,0 +1,14 @@
<h1>Kentish</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="kings.html">Kings</a>, but when dealing, the piles
are started by the cards after aces are dealt, the tableau piles
and foundations are built regardless of suit, and there are no
free cells.

View file

@ -0,0 +1,14 @@
<h1>Panopticon</h1>
<p>
Yukon type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="tenacross.html">Ten Across</a>, but with eight piles
of six cards each (arranged in a similar pattern, with five face-up
and one face-down card on the outer piles, and two face-up cards with
four face-downs in the center piles), and four cards in the reserve.

View file

@ -0,0 +1,12 @@
<h1>Raw Prawn</h1>
<p>
Yukon type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="austalianpatience.html">Australian Patience</a>,
but any card or sequence can fill empty piles.

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

@ -0,0 +1,15 @@
<h1>Scarp</h1>
<p>
Klondike type. 3 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="tripleklondike.html">Triple Klondike</a>,
but all cards are dealt face-up, any card or sequence can
be moved to an empty pile, and instead of dealing single
cards from the talon, you deal one card to each tableau
pile.

View file

@ -0,0 +1,17 @@
<h1>Spidercells</h1>
<p>
Spider type. 1 decks. No redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of 13 cards in descending sequence
by alternate color from King to Ace and move such sets to the
foundations.
<h3>Quick Description</h3>
<p>
Like <a href="freecell.html">FreeCell</a>,
but cards are moved to the foundations differently.
A full sequence of cards from king to ace can be moved
to the foundation as a unit
(similar to <a href="spider.html">Spider</a>).