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

Updated documentation for Intrigue family games.

This commit is contained in:
Joe R 2022-06-04 16:18:47 -04:00
parent 139fe83466
commit 2487830d7e
4 changed files with 61 additions and 4 deletions

View file

@ -0,0 +1,13 @@
<h1>Glencoe</h1>
<p>
Two-Deck game type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all the cards to the foundations, except for the queens.
<h3>Quick Description</h3>
<p>
Like <a href="intrigue.html">Intrigue</a>,
but a foundation can only be started with a card of
the same suit as the queen dealt directly under it.

View file

@ -0,0 +1,33 @@
<h1>Intrigue</h1>
<p>
Two-Deck game type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all the cards to the foundations, except for the queens.
<h3>Rules</h3>
<p>
At the start of the game, a single queen is dealt to the tableau.
<p>
Cards are dealt from the talon to a tableau pile one at a time.
While dealing to the tableau, any exposed cards can be moved
to the foundations. One set of foundations is built up from
sixes to jacks, and the other set is built down from five to
ace, with the kings then played on the aces. All foundations
are built by rank, regardless of suit.
<p>
If a queen would be dealt to the tableau, the current tableau
pile is completed, and the queen is used to start a new pile.
Cards are dealt to this pile before the next pile.
<p>
Once all of the cards have been dealt to the tableau, tableau
piles containing only the queens can be treated as empty piles,
and any single card can be moved to them.
<p>
The game is won if all cards other than the queens are moved to
the foundations.
<h3>Notes</h3>
<p>
Intrigue is similar to the game <a href="saliclaw.html">Salic Law</a>.

View file

@ -0,0 +1,13 @@
<h1>Laggard Lady</h1>
<p>
Two-Deck game type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all the cards to the foundations, except for the queens.
<h3>Quick Description</h3>
<p>
Like <a href="intrigue.html">Intrigue</a>,
but cards can only be moved to a foundation directly
above a dealt queen.

View file

@ -743,11 +743,9 @@ registerGame(GameInfo(523, Intrigue, "Intrigue",
registerGame(GameInfo(611, FaerieQueen, "Faerie Queen",
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED))
registerGame(GameInfo(612, Glencoe, "Glencoe",
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED,
rules_filename="intrigue.html"))
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED))
registerGame(GameInfo(616, LaggardLady, "Laggard Lady",
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED,
rules_filename="intrigue.html"))
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED))
registerGame(GameInfo(624, StepUp, "Step-Up",
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED))
registerGame(GameInfo(766, Kentish, "Kentish",