mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
23 lines
599 B
HTML
23 lines
599 B
HTML
<h1>Deck</h1>
|
|
<p>
|
|
One-Deck game type. 1 deck. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
<p>
|
|
Discard all but the last four cards.
|
|
|
|
<h3>Rules</h3>
|
|
<p>
|
|
Four cards are dealt to four tableau piles. If two of these cards are
|
|
of the same suit, they can be discarded. At any point, four additional
|
|
cards can be dealt from the stock to these four piles.
|
|
<p>
|
|
The game is won if all cards are discarded except for the last card of
|
|
each suit.
|
|
|
|
<h3>Notes</h3>
|
|
<p>
|
|
Deck is a variation of <a href="cover.html">Cover</a>. It is also related
|
|
to <a href="acesup.html">Aces Up</a>.
|
|
<p>
|
|
<i>Autodrop</i> is disabled for this game.
|