From d5d426fe91dd8e94df655689aa7cbf0f52bd6a41 Mon Sep 17 00:00:00 2001 From: Joe R Date: Sun, 1 Dec 2024 17:55:22 -0500 Subject: [PATCH] Add documentation for deal all cards option to Accordion type game rules --- html-src/rules/accordion.html | 6 ++++++ html-src/rules/decade.html | 8 ++++++++ html-src/rules/royalmarriage.html | 12 +++++++++--- html-src/rules/sevenup.html | 4 ++++ 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/html-src/rules/accordion.html b/html-src/rules/accordion.html index 0f20e01d..2df18cb3 100644 --- a/html-src/rules/accordion.html +++ b/html-src/rules/accordion.html @@ -14,3 +14,9 @@ the card that is further to the left (in PySol, this is the card that is further from the deck) may be moved on top of the other.

The game is won when only one card remains. + +

Notes

+

+Accordion, and its related games, can be played with cards dealt manually +by the player one at a time, or all cards dealt at once. This option +can be set in the options menu. diff --git a/html-src/rules/decade.html b/html-src/rules/decade.html index 96d1afde..3cc82f6f 100644 --- a/html-src/rules/decade.html +++ b/html-src/rules/decade.html @@ -15,3 +15,11 @@ is won if all cards are removed.

In PySol, a sequence is removed by selecting the first and last card of the sequence. +Royal Marriage, and its related games, can be played with cards dealt +manually by the player one at a time, or all cards dealt at once. This + +

Notes

+

+Decade, and its related games, can be played with cards dealt manually +by the player one at a time, or all cards dealt at once. This option +can be set in the options menu. diff --git a/html-src/rules/royalmarriage.html b/html-src/rules/royalmarriage.html index bb3f1849..220e7e0b 100644 --- a/html-src/rules/royalmarriage.html +++ b/html-src/rules/royalmarriage.html @@ -11,9 +11,15 @@ To remove all cards between the king and queen of hearts The queen of hearts is placed on top of the deck and the king on the bottom.

-Three cards are dealt from the stock, but additional cards may be -dealt at any time. If there are one or two cards between two cards -of the same rank or suit, those cards may be removed. +Cards are dealt from the stock in a sequence. If there are one +or two cards between two cards of the same rank or suit, those cards +may be removed.

The game is won when the king of hearts is brought to his "bride", the queen, as in, all cards between them have been removed. + +

Notes

+

+Royal Marriage, and its related games, can be played with cards dealt +manually by the player one at a time, or all cards dealt at once. This +option can be set in the options menu. diff --git a/html-src/rules/sevenup.html b/html-src/rules/sevenup.html index 8bcaac02..b8c92393 100644 --- a/html-src/rules/sevenup.html +++ b/html-src/rules/sevenup.html @@ -18,6 +18,10 @@ card of the sequence.

Notes

+Seven Up, and its related games, can be played with cards dealt manually by +the player one at a time, or all cards dealt at once. This option can be set in +the options menu. +

The average rank of the cards in a deck is 7, and the total of all cards of each suit is 91, which is a multiple of 7. Thus, the total of all cards in the entire deck is 364, also a multiple of 7.