mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
21 lines
666 B
HTML
21 lines
666 B
HTML
<h1>Realm</h1>
|
|
<p>
|
|
One-Deck game type. 1 deck. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
<p>
|
|
Move all cards to the foundations.
|
|
|
|
<h3>Rules</h3>
|
|
<p>
|
|
Cards are dealt to eight tableau piles - four with six cards and
|
|
four with seven. Tableau piles are built up or down by alternate
|
|
color and only single cards can be moved between tableau piles.
|
|
Empty tableau piles can't be filled.
|
|
<p>
|
|
There are two sets of foundations - one is built up by suit
|
|
starting from ace to king, while the other is built down from
|
|
king to ace. Cards in foundations can't be moved.
|
|
<p>
|
|
The game is won when all cards are moved to the foundations. It
|
|
doesn't matter how many cards are in each foundation.
|