mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Add documentation for deal all cards option to Accordion type game rules
This commit is contained in:
parent
2e6cb6ad35
commit
d5d426fe91
4 changed files with 27 additions and 3 deletions
|
@ -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.
|
further from the deck) may be moved on top of the other.
|
||||||
<p>
|
<p>
|
||||||
The game is won when only one card remains.
|
The game is won when only one card remains.
|
||||||
|
|
||||||
|
<h3>Notes</h3>
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
|
|
@ -15,3 +15,11 @@ is won if all cards are removed.
|
||||||
<p>
|
<p>
|
||||||
In PySol, a sequence is removed by selecting the first and last
|
In PySol, a sequence is removed by selecting the first and last
|
||||||
card of the sequence.
|
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
|
||||||
|
|
||||||
|
<h3>Notes</h3>
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
|
|
@ -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
|
The queen of hearts is placed on top of the deck and the king
|
||||||
on the bottom.
|
on the bottom.
|
||||||
<p>
|
<p>
|
||||||
Three cards are dealt from the stock, but additional cards may be
|
Cards are dealt from the stock in a sequence. If there are one
|
||||||
dealt at any time. If there are one or two cards between two cards
|
or two cards between two cards of the same rank or suit, those cards
|
||||||
of the same rank or suit, those cards may be removed.
|
may be removed.
|
||||||
<p>
|
<p>
|
||||||
The game is won when the king of hearts is brought to his "bride",
|
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.
|
the queen, as in, all cards between them have been removed.
|
||||||
|
|
||||||
|
<h3>Notes</h3>
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
|
|
@ -18,6 +18,10 @@ card of the sequence.
|
||||||
|
|
||||||
<h3>Notes</h3>
|
<h3>Notes</h3>
|
||||||
<p>
|
<p>
|
||||||
|
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.
|
||||||
|
<p>
|
||||||
The average rank of the cards in a deck is 7, and the total of all cards of
|
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
|
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.
|
entire deck is 364, also a multiple of 7.
|
||||||
|
|
Loading…
Add table
Reference in a new issue