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

Updated rules for double deck Montana games and Penguin.

This commit is contained in:
Joe R 2022-08-29 20:00:04 -04:00
parent df4a9b021e
commit a00c8e52d3
4 changed files with 59 additions and 1 deletions

View file

@ -0,0 +1,17 @@
<h1>Double Blue Moon</h1>
<p>
Montana type. 2 decks. 2 redeals.
<h3>Object</h3>
<p>
Group all the cards in sets of 13 cards in ascending sequence
by suit from Ace to King.
<h3>Quick Description</h3>
<p>
Just like <a href="bluemoon.html">Blue Moon</a>,
but with two decks.
<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.

View file

@ -0,0 +1,18 @@
<h1>Double Montana</h1>
<p>
Montana type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of 13 cards in ascending sequence
by suit from Ace to King.
<h3>Quick Description</h3>
<p>
Like <a href="montana.html">Montana</a>, but with two decks,
aces are included in the deal, leaving the leftmost spot in each row
empty, and there is no redeal.
<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.

View file

@ -0,0 +1,17 @@
<h1>Double Red Moon</h1>
<p>
Montana type. 2 decks. 2 redeals.
<h3>Object</h3>
<p>
Group all the cards in sets of 13 cards in ascending sequence
by suit from Ace to King.
<h3>Quick Description</h3>
<p>
Just like <a href="redmoon.html">Red Moon</a>,
but with two decks.
<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.

View file

@ -16,5 +16,11 @@ The seven piles build down by same suit, wrapping around from Ace to King.
Empty spaces may only be filled by a card or a sequence
one below the Beak's rank.
<p>
The seven free cells (also called <i>Flipper</i>) can hold
The seven free cells (also called the <i>Flipper</i>) can hold
any - and just one - card.
<h3>Notes</h3>
<p>
Penguin was invented by David Parlett, and the original rules can be found
<a href="https://www.parlettgames.uk/patience/penguin.html">here</a>.
It is also known as Beak and Flipper.