From 716bea004307b7f9e82afc3078978c97641c7bd6 Mon Sep 17 00:00:00 2001 From: Joe R Date: Sun, 27 Feb 2022 20:44:05 -0500 Subject: [PATCH] Added more missing game rules. --- html-src/rules/blockade.html | 21 ++++++++++++++++++ html-src/rules/bridesmaids.html | 21 ++++++++++++++++++ html-src/rules/canister.html | 17 ++++++++++++++ html-src/rules/circleeight.html | 15 +++++++++++++ html-src/rules/clink.html | 22 +++++++++++++++++++ html-src/rules/dumfries.html | 25 +++++++++++++++++++++ html-src/rules/dutchess.html | 33 ++++++++++++++++++++++++++++ html-src/rules/fallingstar.html | 7 ++---- html-src/rules/floradora.html | 21 ++++++++++++++++++ html-src/rules/fourleafclovers.html | 17 ++++++++++++++ html-src/rules/galloway.html | 12 ++++++++++ html-src/rules/glacier.html | 23 +++++++++++++++++++ html-src/rules/hypotenuse.html | 15 +++++++++++++ html-src/rules/intelligence.html | 26 ++++++++++++++++++++++ html-src/rules/intelligenceplus.html | 12 ++++++++++ html-src/rules/millie.html | 13 +++++++++++ html-src/rules/nationale.html | 20 +++++++++++++++++ html-src/rules/octave.html | 23 +++++++++++++++++++ html-src/rules/phantomblockade.html | 13 +++++++++++ html-src/rules/pussinthecorner.html | 21 ++++++++++++++++++ html-src/rules/robin.html | 12 ++++++++++ html-src/rules/rowsoffour.html | 13 +++++++++++ html-src/rules/shamrocksii.html | 12 ++++++++++ html-src/rules/threepirates.html | 20 +++++++++++++++++ html-src/rules/whitehorse.html | 21 ++++++++++++++++++ 25 files changed, 450 insertions(+), 5 deletions(-) create mode 100644 html-src/rules/blockade.html create mode 100644 html-src/rules/bridesmaids.html create mode 100644 html-src/rules/canister.html create mode 100644 html-src/rules/circleeight.html create mode 100644 html-src/rules/clink.html create mode 100644 html-src/rules/dumfries.html create mode 100644 html-src/rules/dutchess.html create mode 100644 html-src/rules/floradora.html create mode 100644 html-src/rules/fourleafclovers.html create mode 100644 html-src/rules/galloway.html create mode 100644 html-src/rules/glacier.html create mode 100644 html-src/rules/hypotenuse.html create mode 100644 html-src/rules/intelligence.html create mode 100644 html-src/rules/intelligenceplus.html create mode 100644 html-src/rules/millie.html create mode 100644 html-src/rules/nationale.html create mode 100644 html-src/rules/octave.html create mode 100644 html-src/rules/phantomblockade.html create mode 100644 html-src/rules/pussinthecorner.html create mode 100644 html-src/rules/robin.html create mode 100644 html-src/rules/rowsoffour.html create mode 100644 html-src/rules/shamrocksii.html create mode 100644 html-src/rules/threepirates.html create mode 100644 html-src/rules/whitehorse.html diff --git a/html-src/rules/blockade.html b/html-src/rules/blockade.html new file mode 100644 index 00000000..50e44a98 --- /dev/null +++ b/html-src/rules/blockade.html @@ -0,0 +1,21 @@ +

Blockade

+

+Gypsy type. 2 decks. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Twelve cards are dealt to twelve tableau piles. Tableau piles +can be built down by same suit, and any valid card or sequence of +cards can be moved between piles. Empty tableau piles are immediately +filled with a card from the talon - if the talon is empty, any card or +sequence can be moved to an empty pile. +

+If you are stuck, you can deal one card from the talon to the top of each +tableau pile. +

+Foundations are built up from ace to king by same suit. The game is +won when all cards are moved to the foundations. diff --git a/html-src/rules/bridesmaids.html b/html-src/rules/bridesmaids.html new file mode 100644 index 00000000..d906ef24 --- /dev/null +++ b/html-src/rules/bridesmaids.html @@ -0,0 +1,21 @@ +

Bridesmaids

+

+One-Deck game type. 1 deck. Unlimited redeals. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+A single card is dealt to the first foundation, and the remaining +cards are dealt three at a time from the stock. On this first +foundation, any card of the same suit as the first card can be played. +

+Lower foundations are started with a card of the same rank as the +first card. Subsequent cards played to these foundations must be the +same suit as that first card played to it, and have a rank that matches +that of a card that's already been played to the foundation directly +above it. +

+The game is won if all cards are moved to the foundations. diff --git a/html-src/rules/canister.html b/html-src/rules/canister.html new file mode 100644 index 00000000..711aeab3 --- /dev/null +++ b/html-src/rules/canister.html @@ -0,0 +1,17 @@ +

Canister

+

+Beleaguered Castle type. 1 deck. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Cards are dealt to four tableau piles of six cards, and four +of seven cards. Tableau piles are built down by rank, regardless +of suit. Any appropriate sequence of cards can be moved between +tableau piles. +

+Foundation piles are built up by suit from ace to king. The game +is won when all cards are moved to the foundations. diff --git a/html-src/rules/circleeight.html b/html-src/rules/circleeight.html new file mode 100644 index 00000000..da19f902 --- /dev/null +++ b/html-src/rules/circleeight.html @@ -0,0 +1,15 @@ +

Circle Eight

+

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

Object

+

+Move all cards to the tableau. + +

Rules

+

+Eight tableau cards are dealt in a circle around the talon. Cards +are dealt from the talon one at a time and can be moved to tableau +piles which are built up by rank, regardless of suit. Cards cannot +be moved between piles. One redeal is allowed. The game is won if +all cards are moved to the tableau circle. diff --git a/html-src/rules/clink.html b/html-src/rules/clink.html new file mode 100644 index 00000000..619be667 --- /dev/null +++ b/html-src/rules/clink.html @@ -0,0 +1,22 @@ +

Clink

+

+FreeCell type. 1 deck. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+An ace of each color is dealt to two foundations, and cards +are dealt to eight tableau piles of six cards. The remaining +two cards are dealt to two free reserve cells. +

+Tableau piles are built down by alternate color. Any appropriate +sequence of cards can be moved between tableau piles, and any valid +card or sequence can be moved to an empty tableau pile. Any single +card can be moved to/from one of the reserve cells. +

+The foundations are built up by alternate color, from ace to king, +and then wrapping around for a second sequence. The game is won if +all cards are moved to the foundations. diff --git a/html-src/rules/dumfries.html b/html-src/rules/dumfries.html new file mode 100644 index 00000000..29a06ba4 --- /dev/null +++ b/html-src/rules/dumfries.html @@ -0,0 +1,25 @@ +

Dumfries

+

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

Object

+

+Move all cards to the foundations. + +

Rules

+

+Eight cards are dealt to form eight tableau piles. These +tableau piles are built by alternate color. A card may be +moved to a tableau pile if it is the same rank or one rank +lower than the card it's placed on top of. Any single card +or an entire pile can be moved, but partial tableau stacks +cannot be moved. Any card or sequence can fill an empty +pile. +

+The top card of the talon is flipped face-up and can be moved +to any valid tableau or foundation pile. No further cards +from the talon can be viewed until after the current card +has been moved. +

+The foundations are built up by same suit from ace to king. +The game is won if all cards are moved to the foundation. diff --git a/html-src/rules/dutchess.html b/html-src/rules/dutchess.html new file mode 100644 index 00000000..34aaa287 --- /dev/null +++ b/html-src/rules/dutchess.html @@ -0,0 +1,33 @@ +

Dutchess

+

+Canfield type. 1 deck. 1 redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+A card is dealt to each of four tableau piles. Three cards are +dealt to each of four reserve piles. At the start of the game, one +card from the top of the reserve must be moved to a foundation pile. +This card is used as the base rank for the foundations. No other +cards can be moved until this is done. +

+Tableau piles are built down by alternate color, wrapping from ace to +king as necessary. Empty tableau piles can only be filled by the top +card from one of the reserve piles. If the reserves are empty, any card +or sequence can fill the empty piles. +

+Cards are dealt from the stock one at a time and can be moved to the +tableau or foundations. You can only flip the deck and go through the +deck once. +

+The foundation piles are built up by suit, starting from the base rank +you set above, turning the corner from king to ace as necessary. The +game is won if all cards are moved to the foundations. + +

Notes

+

+Dutchess is a Canfield variation that was invented by Albert Morehead +and Geoffrey Mott-Smith. It also goes by the name Glenwood. diff --git a/html-src/rules/fallingstar.html b/html-src/rules/fallingstar.html index eca389a1..75f85890 100644 --- a/html-src/rules/fallingstar.html +++ b/html-src/rules/fallingstar.html @@ -8,8 +8,5 @@ Move all cards to the foundations.

Quick Description

-Much like Blondes and Brunettes. - -

Rules

-

-[To be written] +Just like Blondes and Brunettes, +but the game starts with eleven cards in the reserve. diff --git a/html-src/rules/floradora.html b/html-src/rules/floradora.html new file mode 100644 index 00000000..a5540f9a --- /dev/null +++ b/html-src/rules/floradora.html @@ -0,0 +1,21 @@ +

Floradora

+

+Forty Thieves type. 2 decks. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Six cards are dealt to each of six tableau piles. Tableau +piles are built down by rank, regardless of suit. Single +cards can be moved between tableau piles. Any card can be +moved to empty piles. Cards can be dealt from the talon one +at a time and played to foundations or tableau piles. No +redeal is allowed. +

+Foundations are built up by suit from ace to queen. An +additional foundation, placed below the talon, accepts the +kings. The game is won if all cards are moved to the +foundations. diff --git a/html-src/rules/fourleafclovers.html b/html-src/rules/fourleafclovers.html new file mode 100644 index 00000000..242d4c46 --- /dev/null +++ b/html-src/rules/fourleafclovers.html @@ -0,0 +1,17 @@ +

Four Leaf Clovers

+

+Golf type. 1 deck. No redeal. + +

Object

+

+Move all cards to the single foundation. + +

Rules

+

+The cards are dealt to thirteen tableau piles of four cards +each. Tableau piles are built up or down by rank, regardless of +suit. Cards can be moved between tableau piles, one at a time. +

+A single foundation is built up from ace to king, then wrapping +around from king to ace as needed. The game is won if all cards +are moved to the foundation. diff --git a/html-src/rules/galloway.html b/html-src/rules/galloway.html new file mode 100644 index 00000000..9bfaef64 --- /dev/null +++ b/html-src/rules/galloway.html @@ -0,0 +1,12 @@ +

Galloway

+

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

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Just like Dumfries, +but with seven tableau piles. diff --git a/html-src/rules/glacier.html b/html-src/rules/glacier.html new file mode 100644 index 00000000..d5c19084 --- /dev/null +++ b/html-src/rules/glacier.html @@ -0,0 +1,23 @@ +

Glacier

+

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

Object

+

+Move all cards to the foundations. + +

Rules

+

+Twelve cards are dealt to twelve tableau piles. Tableau piles are +built down by rank, regardless of suit, wrapping from ace to king +as necessary. Any valid card or sequence of cards can be moved +between piles, and any sequence can be moved to empty piles. +

+Cards are dealt from the talon to the waste, two at a time. The +topmost card from the waste can be moved to a foundation or tableau +pile. No further cards can be dealt from the talon until both of +the previous cards have been played. +

+The foundations are built up by same suit, from ace to king, and then +wrapping around for a second sequence. The game is won if all cards +are moved to the foundations. diff --git a/html-src/rules/hypotenuse.html b/html-src/rules/hypotenuse.html new file mode 100644 index 00000000..80ad01bd --- /dev/null +++ b/html-src/rules/hypotenuse.html @@ -0,0 +1,15 @@ +

Hypotenuse

+

+Gypsy type. 2 decks. No redeal. + +

Object

+

+Move all cards to the foundations. + + +

Quick Description

+

+Like Gypsy, but with a triangular +layout, with ten tableau piles, with an increasing number +of cards in each. Also, only kings can be moved to empty +tableau piles. diff --git a/html-src/rules/intelligence.html b/html-src/rules/intelligence.html new file mode 100644 index 00000000..3d5dbe7e --- /dev/null +++ b/html-src/rules/intelligence.html @@ -0,0 +1,26 @@ +

Intelligence

+

+Fan game type. 2 decks. 2 redeals. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Eighteen tableau piles of three cards are dealt. Any ace that +would be dealt is dealt to the foundation instead, and a new card +is dealt to replace it. The remaining cards are set aside in the +talon. +

+Tableau piles are built up or down by same suit. Empty tableau +piles are immediately filled with the top three cards from the talon. +Any aces are dealt to the foundations in the same way as described +above. +

+When there are no moves left, the tableau piles can be shuffled with the +remaining talon and redealt in the same manner as above. This can be +done up to twice per game. +

+Foundations are built up by same suit from ace to king. The game is +won when all cards are moved to the foundations. diff --git a/html-src/rules/intelligenceplus.html b/html-src/rules/intelligenceplus.html new file mode 100644 index 00000000..e073e6ab --- /dev/null +++ b/html-src/rules/intelligenceplus.html @@ -0,0 +1,12 @@ +

Intelligence+

+

+Fan type. 2 decks. 2 redeals. + +

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Just like Intelligence, +but with nineteen tableau piles. diff --git a/html-src/rules/millie.html b/html-src/rules/millie.html new file mode 100644 index 00000000..cf8f92b5 --- /dev/null +++ b/html-src/rules/millie.html @@ -0,0 +1,13 @@ +

Millie

+

+Gypsy type. 2 decks. No redeal. + +

Object

+

+Move all cards to the foundations. + + +

Quick Description

+

+Like Gypsy, but only a single card +is dealt to each tableau pile at the start of the game. diff --git a/html-src/rules/nationale.html b/html-src/rules/nationale.html new file mode 100644 index 00000000..f137bdc1 --- /dev/null +++ b/html-src/rules/nationale.html @@ -0,0 +1,20 @@ +

Nationale

+

+Baker's Dozen type. 2 decks. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+The deck is are dealt into twelve piles of eight cards each. +An ace and king of each suit are moved to the foundations. +Tableau piles are built up or down by same suit. Only single +cards can be moved between tableau piles, and any card can be +moved to fill an empty tableau pile. +

+The foundations that start with aces are built up by same suit, +while the foundations that start with kings are built down by +same suit. The game is won if all cards are moved to the +foundations. diff --git a/html-src/rules/octave.html b/html-src/rules/octave.html new file mode 100644 index 00000000..7e4b788f --- /dev/null +++ b/html-src/rules/octave.html @@ -0,0 +1,23 @@ +

Octave

+

+Forty Thieves type. 2 decks. 1 redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Cards are dealt to eight piles of three cards, and the aces +are dealt to the foundations. Tableau piles are built down +by alternate colors, and only single cards can be moved +between tableau piles. +

+Cards are dealt from the talon one at a time and can be moved +to foundation or tableau piles. When the talon is empty, it can +be flipped for a second deal. During this second round, eight cards +are dealt from the talon to eight waste piles, and a new card is +dealt to fill empty piles from these waste piles. +

+Foundations are built up by same suit, and the game is won +when all cards are moved to the foundation. diff --git a/html-src/rules/phantomblockade.html b/html-src/rules/phantomblockade.html new file mode 100644 index 00000000..4e751e44 --- /dev/null +++ b/html-src/rules/phantomblockade.html @@ -0,0 +1,13 @@ +

Phantom Blockade

+

+Gypsy type. 2 decks. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Like Blockade, +but at the start of the game, the tableau is dealt as +thirteen piles of three cards each. diff --git a/html-src/rules/pussinthecorner.html b/html-src/rules/pussinthecorner.html new file mode 100644 index 00000000..66f4015c --- /dev/null +++ b/html-src/rules/pussinthecorner.html @@ -0,0 +1,21 @@ +

Puss in the Corner

+0

+Numerica type. 1 deck. 1 redeal. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Four foundations are dealt in a square, with an ace dealt to each. +The foundations are built up by same color from ace to king. +

+Cards are dealt from the talon one at a time, and can be dealt to +one of four tableau piles in the corners of the play area, or an +appropriate foundation. Cards moved to the tableau piles can only +be moved to the foundations. If the talon is empty, these four +piles can be combined to make a new talon. This can only be done +once. +

+The game is won when all cards are moved to the foundations. diff --git a/html-src/rules/robin.html b/html-src/rules/robin.html new file mode 100644 index 00000000..5d327efd --- /dev/null +++ b/html-src/rules/robin.html @@ -0,0 +1,12 @@ +

Robin

+

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

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Just like Dumfries, +but with twelve tableau piles. diff --git a/html-src/rules/rowsoffour.html b/html-src/rules/rowsoffour.html new file mode 100644 index 00000000..c18edea3 --- /dev/null +++ b/html-src/rules/rowsoffour.html @@ -0,0 +1,13 @@ +

Rows of Four

+

+Forty Thieves type. 2 decks. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Like Forty Thieves, +but the 8 piles build down by rank ignoring suit, +and two redeals are allowed. diff --git a/html-src/rules/shamrocksii.html b/html-src/rules/shamrocksii.html new file mode 100644 index 00000000..473bba7e --- /dev/null +++ b/html-src/rules/shamrocksii.html @@ -0,0 +1,12 @@ +

Shamrocks II

+

+Fan game type. 1 deck. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Just like Shamrocks, but kings are always +dealt to the bottom of each tableau pile. diff --git a/html-src/rules/threepirates.html b/html-src/rules/threepirates.html new file mode 100644 index 00000000..28bab8ad --- /dev/null +++ b/html-src/rules/threepirates.html @@ -0,0 +1,20 @@ +

Three Pirates

+

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

Object

+

+Move all cards to the foundations. + +

Rules

+

+Cards are dealt to ten tableau piles of four cards each. Tableau +piles are built down by same suit. Only single cards can be moved +between tableau piles. +

+Cards can be dealt from the talon three at a time, one to each of +three waste piles. Cards from the waste piles can be moved to +tableau piles or foundations. +

+Foundations are built up by suit, from ace to king. The game is won +if all cards are moved to the foundations. diff --git a/html-src/rules/whitehorse.html b/html-src/rules/whitehorse.html new file mode 100644 index 00000000..3df6ae26 --- /dev/null +++ b/html-src/rules/whitehorse.html @@ -0,0 +1,21 @@ +

Whitehorse

+

+Klondike type. 1 deck. Unlimited redeals. + +

Object

+

+Move all cards to the foundations. + +

Rules

+

+Seven cards are dealt to seven tableau piles. The tableau piles +are built down by alternate color, and any valid sequence of cards +can be moved between piles. Empty tableau spaces are immediately +filled from the top card of the waste. +

+Cards can be dealt three at a time from the tableau to the waste pile. +The top card of the waste pile can be moved to the tableau or +foundations. +

+Foundations are built up by suit from ace to king. The game is won +if all cards are moved to the foundations.