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

Minor cleanup of Montana type game documentation.

This commit is contained in:
Joe R 2021-08-23 22:43:52 -04:00
parent b23c2d724e
commit a2ac356741
7 changed files with 25 additions and 12 deletions

View file

@ -4,7 +4,7 @@ Montana type. 1 stripped deck. 1 redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of 9 cards in acscending sequence
Group all the cards in sets of 9 cards in ascending sequence
by suit from Two to Ten.
<h3>Quick Description</h3>

View file

@ -0,0 +1,18 @@
<h1>Moonlight</h1>
<p>
Montana type. 1 deck. 2 redeals.
<h3>Object</h3>
<p>
Group all the cards in sets of 12 cards in ascending sequence
by suit from Two to King.
<h3>Quick Description</h3>
<p>
Just like <a href="montana.html">Montana</a>,
but you can also move cards into a gap that match the suit of the
card directly to the right, and is one lower in rank.
<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.

View file

@ -4,7 +4,7 @@ Montana type. 2 decks. 1 redeal.
<h3>Object</h3>
<p>
Group all cards on the tableau in sets of 13 cards in acscending sequence
Group all cards on the tableau in sets of 13 cards in ascending sequence
by suit from Ace to King.
The first row in Club, the second in Spade, the third in Heart and
the last in Diamond.

View file

@ -4,7 +4,7 @@ Montana type. 1 stripped deck. No redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of 4 cards in acscending sequence
Group all the cards in sets of 4 cards in ascending sequence
by suit from Two to Five.
<h3>Quick Description</h3>

View file

@ -4,7 +4,7 @@ Montana type. 1 deck. 2 redeals.
<h3>Object</h3>
<p>
Group all the cards in sets of 12 cards in acscending sequence
Group all the cards in sets of 12 cards in ascending sequence
by suit from Two to King.
<h3>Quick Description</h3>
@ -12,10 +12,6 @@ by suit from Two to King.
Just like <a href="montana.html">Montana</a>,
but with random spaces after each redeal.
<h3>Rules</h3>
<p>
<i>[To be written]</i>
<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.

View file

@ -4,7 +4,7 @@ Montana type. 1 stripped deck. No redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of 8 cards in acscending sequence
Group all the cards in sets of 8 cards in ascending sequence
by suit from Seven to King.
<h3>Rules</h3>

View file

@ -663,9 +663,8 @@ registerGame(GameInfo(275, Galary, "Galary",
GI.GT_MONTANA | GI.GT_OPEN | GI.GT_ORIGINAL, 1, 2,
GI.SL_MOSTLY_SKILL))
registerGame(GameInfo(276, Moonlight, "Moonlight",
GI.GT_MONTANA | GI.GT_OPEN | GI.GT_ORIGINAL, 1, 2,
GI.SL_MOSTLY_SKILL,
si={"ncards": 48}))
GI.GT_MONTANA | GI.GT_OPEN, 1, 2, GI.SL_MOSTLY_SKILL,
si={"ncards": 48}, altnames="Free Parking"))
registerGame(GameInfo(380, Jungle, "Jungle",
GI.GT_MONTANA | GI.GT_OPEN, 1, 1, GI.SL_MOSTLY_SKILL))
registerGame(GameInfo(381, SpacesAndAces, "Spaces and Aces",