From 5f5744e13a6c7a28e949da3b11f87ba62dd78b95 Mon Sep 17 00:00:00 2001 From: Joe R Date: Tue, 12 Jul 2022 17:51:24 -0400 Subject: [PATCH] Ten more game rules for the documentation. --- html-src/rules/boudoir.html | 19 +++++++++++++++++++ html-src/rules/brisbane.html | 13 +++++++++++++ html-src/rules/castlesend.html | 18 ++++++++++++++++++ html-src/rules/deep.html | 14 ++++++++++++++ html-src/rules/doublefives.html | 30 ++++++++++++++++++++++++++++++ html-src/rules/flamenco.html | 16 ++++++++++++++++ html-src/rules/littlenapoleon.html | 15 +++++++++++++++ html-src/rules/paganini.html | 14 ++++++++++++++ html-src/rules/shadylanes.html | 21 +++++++++++++++++++++ html-src/rules/turncoats.html | 18 ++++++++++++++++++ 10 files changed, 178 insertions(+) create mode 100644 html-src/rules/boudoir.html create mode 100644 html-src/rules/brisbane.html create mode 100644 html-src/rules/castlesend.html create mode 100644 html-src/rules/deep.html create mode 100644 html-src/rules/doublefives.html create mode 100644 html-src/rules/flamenco.html create mode 100644 html-src/rules/littlenapoleon.html create mode 100644 html-src/rules/paganini.html create mode 100644 html-src/rules/shadylanes.html create mode 100644 html-src/rules/turncoats.html diff --git a/html-src/rules/boudoir.html b/html-src/rules/boudoir.html new file mode 100644 index 00000000..619afcee --- /dev/null +++ b/html-src/rules/boudoir.html @@ -0,0 +1,19 @@ +

Boudoir

+

+Two-Deck game type. 2 decks. 2 redeals. + +

Object

+

+Move all the cards to the foundations. + +

Rules

+

+The foundations are arranged in four rows. The first row is +built up by suit from ace to king. A queen of each suit is +dealt to the second row. The third row can only contain a +Jack of each suit, and the bottom row is built down by suit +from ten to king, wrapping from ace to king. +

+Cards are dealt from the talon one at a time and can be moved +to an appropriate foundation. The game is won if all cards +are moved to the foundations. diff --git a/html-src/rules/brisbane.html b/html-src/rules/brisbane.html new file mode 100644 index 00000000..12353ce1 --- /dev/null +++ b/html-src/rules/brisbane.html @@ -0,0 +1,13 @@ +

Brisbane

+

+Yukon type. 1 deck. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Like Yukon, +but during the initial deal, extra cards are dealt evenly to +all piles, and the piles build down regardless of suit. diff --git a/html-src/rules/castlesend.html b/html-src/rules/castlesend.html new file mode 100644 index 00000000..38c3c79a --- /dev/null +++ b/html-src/rules/castlesend.html @@ -0,0 +1,18 @@ +

Castles End

+

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

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Like Bastion, +but before any other cards can be moved, any one card must be +moved to the foundations. The foundations are then built up +by suit starting from that rank, wrapping from king to ace +as necessary. +

+Also, the tableau piles are built up or down by alternate +color. diff --git a/html-src/rules/deep.html b/html-src/rules/deep.html new file mode 100644 index 00000000..f09f9325 --- /dev/null +++ b/html-src/rules/deep.html @@ -0,0 +1,14 @@ +

Deep

+

+FreeCell type. 2 decks. No redeal. + +

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Like FreeCell, +but with two decks, eight piles of thirteen cards +each, eight free cells, and sequences of cards can +be moved together. diff --git a/html-src/rules/doublefives.html b/html-src/rules/doublefives.html new file mode 100644 index 00000000..6c1c394d --- /dev/null +++ b/html-src/rules/doublefives.html @@ -0,0 +1,30 @@ +

Double Fives

+

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

Object

+

+Move all the cards to the foundations. + +

Rules

+

+All of the cards in one of two decks are dealt out to ten +tableau piles of five cards each, with the last two cards +put aside as reserve cards. The second deck is used as the +talon. Tableau piles are built down by same suit, and only +single cards can be moved between tableau piles. The reserve +cards can be moved to the foundations or tableau at any time. +

+When there are no moves left, five cards are dealt from the +talon. Any of these five cards can be moved to the tableau or +foundations. If there are no more moves, the remaining of these +five cards are placed aside, and five new cards are dealt. This +continues until the talon is empty. +

+A single redeal is allowed. During this redeal, the cards set +aside are used to form a new talon, and these cards are dealt +one at a time (in the normal manner), and can be moved to the +tableau or foundations. +

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

Flamenco

+

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

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Like Gypsy, +but all the tableau cards are dealt face-up, +and an ace and king of each suit are dealt to the +foundations at the start of the games. The +foundations with the kings are built down by same +suit from king to ace. diff --git a/html-src/rules/littlenapoleon.html b/html-src/rules/littlenapoleon.html new file mode 100644 index 00000000..c5c0d68b --- /dev/null +++ b/html-src/rules/littlenapoleon.html @@ -0,0 +1,15 @@ +

Little Napoleon

+

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

Object

+

+Move all cards to the foundations. + +

Quick Description

+

+Like Forty Thieves, +but with 8 tableau piles, with only the top cards face-up, +and the piles are built down by rank, regardless of suit, +though sequences of cards of the same suit can be moved +together. diff --git a/html-src/rules/paganini.html b/html-src/rules/paganini.html new file mode 100644 index 00000000..5e277d60 --- /dev/null +++ b/html-src/rules/paganini.html @@ -0,0 +1,14 @@ +

Paganini

+

+Montana type. 1 stripped deck. 1 redeal. + +

Object

+

+Group all the cards in sets of 12 cards in ascending sequence +by suit from Two to King. + +

Quick Description

+

+Like Blue Moon, +but the twos through fives are removed from the deck, and +sixes are played after aces, with only one redeal. diff --git a/html-src/rules/shadylanes.html b/html-src/rules/shadylanes.html new file mode 100644 index 00000000..aa3cd8a8 --- /dev/null +++ b/html-src/rules/shadylanes.html @@ -0,0 +1,21 @@ +

Shady Lanes

+

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

Object

+

+Move all the cards to the foundations. + +

Rules

+

+A card is dealt to each of four tableau piles, and four reserve cards +are set aside. The tableau piles are built down by alternate color, and +only single cards can be moved between tableau piles. Empty tableau +piles can be filled with one of the reserve cards. Cards from the +reserve can also be moved to the tableau. An empty reserve card is +immediately replaced from the stock. +

+When there are no moves left, you can deal cards one at a time from the +talon, and move them to the tableau or foundations. The foundations +are built up by same color from ace to king. The game is won if all +cards are moved to the foundations. diff --git a/html-src/rules/turncoats.html b/html-src/rules/turncoats.html new file mode 100644 index 00000000..b469f4aa --- /dev/null +++ b/html-src/rules/turncoats.html @@ -0,0 +1,18 @@ +

Turncoats

+

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

Object

+

+Move all the cards to the foundations. + +

Rules

+

+A card is dealt to each of twelve tableau piles. The tableau +piles are built up or down by alternate color, arranged so only the +top card of each is visible. Only single cards can be moved between +piles. Empty piles are immediately filled with a card from the talon. +When the talon is empty, empty piles cannot be filled. +

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