diff --git a/html-src/rules/cover.html b/html-src/rules/cover.html index c1719321..31ad9a63 100644 --- a/html-src/rules/cover.html +++ b/html-src/rules/cover.html @@ -4,7 +4,7 @@ One-Deck game type. 1 deck. No redeal.
-Discard all the cards. +Discard all but the last four cards.
@@ -12,7 +12,8 @@ Four cards are dealt to four tableau piles. If two of these cards are of the same suit, they can be discarded and two new cards are dealt from the stock to fill it.
-The game is won if all cards are discarded. +The game is won if all cards are discarded except for the last card of +each suit.
diff --git a/html-src/rules/deck.html b/html-src/rules/deck.html index 6d985ad5..64a1f613 100644 --- a/html-src/rules/deck.html +++ b/html-src/rules/deck.html @@ -4,7 +4,7 @@ One-Deck game type. 1 deck. No redeal.
-Discard all the cards. +Discard all but the last four cards.
@@ -12,7 +12,8 @@ Four cards are dealt to four tableau piles. If two of these cards are of the same suit, they can be discarded. At any point, four additional cards can be dealt from the stock to these four piles.
-The game is won if all cards are discarded. +The game is won if all cards are discarded except for the last card of +each suit.
diff --git a/html-src/rules/doublecanfield.html b/html-src/rules/doublecanfield.html index 9c1ce701..28423871 100644 --- a/html-src/rules/doublecanfield.html +++ b/html-src/rules/doublecanfield.html @@ -10,7 +10,3 @@ Move all cards to the foundations.
Like Canfield, but with two decks and five playing piles. - -
-[To be written] diff --git a/html-src/rules/mountolympus.html b/html-src/rules/mountolympus.html new file mode 100644 index 00000000..4270e48b --- /dev/null +++ b/html-src/rules/mountolympus.html @@ -0,0 +1,26 @@ +
+Two-Deck game type. 2 decks. No redeal. + +
+Move all cards to the foundations. + +
+At the start of the game, the aces and twos are dealt +to sixteen foundation piles. Nine cards are dealt to +nine tableau piles. +
+Tableau piles are built down by suit, by twos. So tableau +piles are either built in order K-J-9-7-5-3-A, or Q-10-8-6-4-2. +Any valid sequence of cards can be moved between tableau piles. +Empty tableau piles are filled with the top card from the stock - +once no cards are left in the stock, any card can be used +to fill the pile. +
+Foundation piles are built up by suit in the same manner. +
+When there are no moves available, deal an additional card from +the stock onto each tableau pile. The game is won if all cards +are moved to the foundations. diff --git a/html-src/rules/numerica.html b/html-src/rules/numerica.html index 05ff7e3f..b8c421f8 100644 --- a/html-src/rules/numerica.html +++ b/html-src/rules/numerica.html @@ -10,8 +10,8 @@ Move all cards to the foundations.
The foundations build up by rank - suits and colors are irrelevant.
-One card is flipped over at a time and moved onto the stacks. There are no -restrictions on which card may go where on the stacks. Once on a stack, +One card is flipped over at a time and moved onto one of four stacks. There +are no restrictions on which card may go where on the stacks. Once on a stack, a card can only be moved onto a foundation.
+Numerica game type. 2 decks. No redeal. + +
+Move all cards to the foundations. + +
+Like Numerica, +but with two decks and six stacks. diff --git a/html-src/rules/threepeaks.html b/html-src/rules/threepeaks.html index b391f207..862417ad 100644 --- a/html-src/rules/threepeaks.html +++ b/html-src/rules/threepeaks.html @@ -1,9 +1,15 @@
+Much like Relaxed Golf, +only with a Pyramid +related layout. +
-Golf type. 1 deck. No redeal. - -
-Move all cards to the waste stack. - -
-Much like Relaxed Golf, -only with a Pyramid -related layout. - -
-Build singly on the waste stack up or down regardless of suit. -
-Only the top card is available for play. When no more moves are -possible, click on the talon to deal a new card. -
-Sequences wrap around, -i.e. Twos and Kings may be placed on Aces -and Queens and Aces may be placed on Kings. - -
-There is a simple scoring system here - you debit $120 for each game
-($5 for each of the 24 cards in the talon) and for every card you
-bear off, you get $1, $2, $3,... credit, depending on the length
-of your current streak.
-
-Each cleared peak gains $15 bonus, and there's an
-additional $30 if you manage to clear all three peaks.
-
-Your balance is reset whenever you select a different game.
-Loaded games and manually entered game numbers don't count.
-
-Autodrop is disabled for this game. diff --git a/html-src/rules/triplecanfield.html b/html-src/rules/triplecanfield.html new file mode 100644 index 00000000..574925a8 --- /dev/null +++ b/html-src/rules/triplecanfield.html @@ -0,0 +1,12 @@ +
+Canfield type. 2 decks. Unlimited redeals. + +
+Move all cards to the foundations. + +
+Like Canfield, +but with three decks and seven playing piles. diff --git a/html-src/rules/zeus.html b/html-src/rules/zeus.html new file mode 100644 index 00000000..9b4fea88 --- /dev/null +++ b/html-src/rules/zeus.html @@ -0,0 +1,14 @@ +
+Two-Deck game type. 2 decks. No redeal. + +
+Move all cards to the foundations. + +
+Like Mount Olympus, +but four cards are dealt on each tableau pile at the +start of the game, and only kings and queens can be +moved into empty tableau piles.