mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
18 lines
627 B
HTML
18 lines
627 B
HTML
<h1>Eight Packs</h1>
|
|
<p>
|
|
Two-Deck game type. 2 decks. 2 redeals.
|
|
|
|
<h3>Object</h3>
|
|
<p>
|
|
Move all cards to the tableau, in eight columns with complete sequences from
|
|
ace to king.
|
|
|
|
<h3>Rules</h3>
|
|
<p>
|
|
A card is dealt to each of ten tableau piles. Tableau piles are built
|
|
up by same suit. Any card or sequence of cards can be moved between tableau
|
|
piles, and an empty pile can be filled by any card or sequence.
|
|
<p>
|
|
Cards are dealt from the talon one at a time, and can be moved to the
|
|
tableau. Two redeals are allowed. The game is won if all cards are
|
|
moved to the tableau in eight sequences of the same suit, from ace to king.
|