1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/html-src/rules/accordion.html

22 lines
664 B
HTML

<h1>Accordion</h1>
<p>
One-Deck game type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Remove all cards but one to a single pile.
<h3>Rules</h3>
<p>
Cards are dealt from the stock in a sequence. If two cards of the same
suit or rank are next to each other, or separated by exactly two cards,
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.
<p>
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.