diff --git a/html-src/rules/glencoe.html b/html-src/rules/glencoe.html new file mode 100644 index 00000000..57132f5c --- /dev/null +++ b/html-src/rules/glencoe.html @@ -0,0 +1,13 @@ +

Glencoe

+

+Two-Deck game type. 2 decks. No redeal. + +

Object

+

+Move all the cards to the foundations, except for the queens. + +

Quick Description

+

+Like Intrigue, +but a foundation can only be started with a card of +the same suit as the queen dealt directly under it. diff --git a/html-src/rules/intrigue.html b/html-src/rules/intrigue.html new file mode 100644 index 00000000..1a1d5d6b --- /dev/null +++ b/html-src/rules/intrigue.html @@ -0,0 +1,33 @@ +

Intrigue

+

+Two-Deck game type. 2 decks. No redeal. + +

Object

+

+Move all the cards to the foundations, except for the queens. + +

Rules

+

+At the start of the game, a single queen is dealt to the tableau. +

+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. +

+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. +

+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. +

+The game is won if all cards other than the queens are moved to +the foundations. + +

Notes

+

+Intrigue is similar to the game Salic Law. diff --git a/html-src/rules/laggardlady.html b/html-src/rules/laggardlady.html new file mode 100644 index 00000000..50082694 --- /dev/null +++ b/html-src/rules/laggardlady.html @@ -0,0 +1,13 @@ +

Laggard Lady

+

+Two-Deck game type. 2 decks. No redeal. + +

Object

+

+Move all the cards to the foundations, except for the queens. + +

Quick Description

+

+Like Intrigue, +but cards can only be moved to a foundation directly +above a dealt queen. diff --git a/pysollib/games/katzenschwanz.py b/pysollib/games/katzenschwanz.py index 03e41226..0e6040f5 100644 --- a/pysollib/games/katzenschwanz.py +++ b/pysollib/games/katzenschwanz.py @@ -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",