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
2021-06-11 13:09:44 -04:00

19 lines
508 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>
Two cards are dealt from the stock, but additional cards may be
dealt at any time.
<p>
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.