mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
24 lines
761 B
HTML
24 lines
761 B
HTML
<h1>Kingsdown Eights</h1>
|
|
<p>
|
|
Two-Deck game type. 2 decks. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
<p>
|
|
Move all the cards to the foundations.
|
|
|
|
<h3>Rules</h3>
|
|
<p>
|
|
A single card is dealt to each of eight tableau piles,
|
|
and four cards are dealt to each of eight reserves. The
|
|
tableau piles are built down by alternate colors, and
|
|
single cards can be moved between tableau piles. Any
|
|
card can fill an empty tableau pile No building on the
|
|
reserves is allowed - cards from the reserves can only
|
|
be moved to foundations or the tableau.
|
|
<p>
|
|
When there are no moves left, you can deal four additional
|
|
cards from the deck to each of the reserve piles.
|
|
<p>
|
|
The foundations are built up by same suit from ace to king,
|
|
and the game is won if all cards are moved to the
|
|
foundations.
|