diff --git a/html-src/rules/aglet.html b/html-src/rules/aglet.html new file mode 100644 index 00000000..6eb33c7f --- /dev/null +++ b/html-src/rules/aglet.html @@ -0,0 +1,19 @@ +

Aglet

+

+One deck type. 1 deck. No redeal. + +

Object

+

+Move all the cards to the foundations. + +

Rules

+

+Cards are dealt to eight piles of six cards. The four +aces are dealt to the foundations. No building on the +tableau is allowed, cards can only be moved to the +foundations or a single reserve stack. The top card of +the reserve can be moved to the foundations. +

+The foundation piles are built up by rank, regardless of +suit. The game is won if all cards are moved to the +reserve. diff --git a/html-src/rules/apophis.html b/html-src/rules/apophis.html new file mode 100644 index 00000000..2ded12e3 --- /dev/null +++ b/html-src/rules/apophis.html @@ -0,0 +1,14 @@ +

Apophis

+

+Pairing game type. 1 deck. 2 redeals. + +

Object

+

+Fill all of the foundations. + +

Quick Description

+

+Like Pyramid, +but with three waste piles. When drawing +cards from the stock, one is dealt to all three +waste piles. diff --git a/html-src/rules/cancan.html b/html-src/rules/cancan.html new file mode 100644 index 00000000..e7ea26cd --- /dev/null +++ b/html-src/rules/cancan.html @@ -0,0 +1,18 @@ +

Can Can

+

+Raglan type. 1 deck. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Cards are dealt into 13 tableau piles, 10 of 4 and 3 of 3. +The last three cards are dealt to reserves, and can be +freely moved to the tableau or foundations. Tableau piles +are built down by alternating colors. Empty tableau piles +can only be filled by kings. +

+Foundations are built up by suit. The game is won when all cards +are moved to the foundation. diff --git a/html-src/rules/flourish.html b/html-src/rules/flourish.html new file mode 100644 index 00000000..de628b0d --- /dev/null +++ b/html-src/rules/flourish.html @@ -0,0 +1,14 @@ +

Flourish

+

+One-deck game type. 1 deck. No redeal. + +

Object

+

+Move all cards to the tableau, in four columns with complete sequences from +king to ace. + +

Quick Description

+

+Like Wave Motion, +but the tableau piles are built down by alternate +color. diff --git a/html-src/rules/fortunesfavor.html b/html-src/rules/fortunesfavor.html new file mode 100644 index 00000000..8f18ebae --- /dev/null +++ b/html-src/rules/fortunesfavor.html @@ -0,0 +1,23 @@ +

Fortune's Favor

+

+Forty Thieves type. 1 deck. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Twelve cards are dealt into twelve tableau piles. These +piles are built down by suit. Only one card can be moved +at a time. Cards can be dealt from the stock one at a time +and moved to the foundations or the tableau. No redeals are +allowed. +

+The foundations are built up by suit. The game is won when +all cards are moved to the foundations. +

Notes

+

+Fortune's Favor is named because the odds of winning are strongly +in the player's favor. It is a variation on the game +Busy Aces. diff --git a/html-src/rules/indefatigable.html b/html-src/rules/indefatigable.html new file mode 100644 index 00000000..b6517393 --- /dev/null +++ b/html-src/rules/indefatigable.html @@ -0,0 +1,17 @@ +

Indefatigable

+

+Baker's Dozen type. 1 deck. 2 redeals. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Twelve piles of four cards are dealt, and the aces are +dealt to the foundations. Tableau piles are built up or +down by suit and foundations are built up by suit. Any +card can be used to fill empty piles. +

+Two redeals are allowed. The game is won when all cards +are moved to the foundations. diff --git a/html-src/rules/rightandleft.html b/html-src/rules/rightandleft.html new file mode 100644 index 00000000..f47beed7 --- /dev/null +++ b/html-src/rules/rightandleft.html @@ -0,0 +1,18 @@ +

Right and Left

+

+Pairing game type. 2 decks. Unlimited redeals. + +

Object

+

+Move all the cards to the foundations. + +

Rules

+

+Deal cards from the stock two at a time. Pairs of +cards of the same rank can be moved to the foundation. +Once the stock is empty, the two piles are flipped over +and create a new stock. +

+The game is won once all cards are moved to the foundations. +Unlimited redeals are allowed, so all games should turn +out eventually. diff --git a/html-src/rules/thewish.html b/html-src/rules/thewish.html new file mode 100644 index 00000000..4c60398c --- /dev/null +++ b/html-src/rules/thewish.html @@ -0,0 +1,16 @@ +

The Wish

+

+Pairing game type. 1 stripped deck. No redeal. + +

Object

+

+Discard all pairs of cards of the same rank. + +

Rules

+

+The game is played with only the cards ranked from +seven through king, and aces. Cards are dealt into +eight piles of four cards. Exposed cards of the same +rank in the tableau can be removed. +

+You win when the tableau piles are all gone. diff --git a/html-src/rules/vague.html b/html-src/rules/vague.html new file mode 100644 index 00000000..6646f951 --- /dev/null +++ b/html-src/rules/vague.html @@ -0,0 +1,16 @@ +

Vague

+

+One-deck game type. 1 deck. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+18 cards are dealt into 18 tableau piles. Cards may be +moved to one of four foundations, one for each suit. The +foundations are built up by suit. +

+Empty tableau piles are filled from the stock. The game is +won if all cards are moved to the foundations. diff --git a/pysollib/games/montecarlo.py b/pysollib/games/montecarlo.py index e8fb5a06..b4874f38 100644 --- a/pysollib/games/montecarlo.py +++ b/pysollib/games/montecarlo.py @@ -964,8 +964,8 @@ registerGame(GameInfo(328, TheWish, "The Wish", ranks=(0, 6, 7, 8, 9, 10, 11, 12))) registerGame(GameInfo(329, TheWishOpen, "The Wish (open)", GI.GT_PAIRING_TYPE | GI.GT_OPEN | GI.GT_ORIGINAL, 1, 0, - GI.SL_MOSTLY_SKILL, - ranks=(0, 6, 7, 8, 9, 10, 11, 12))) + GI.SL_MOSTLY_SKILL, ranks=(0, 6, 7, 8, 9, 10, 11, 12), + rules_filename="thewish.html")) registerGame(GameInfo(368, Vertical, "Vertical", GI.GT_PAIRING_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_LUCK))