mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
23 lines
512 B
HTML
23 lines
512 B
HTML
<h1>Fan</h1>
|
|
<p>
|
|
Fan game type. 1 deck. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
<p>
|
|
Move all cards to the foundations.
|
|
|
|
<h3>Rules</h3>
|
|
<p>
|
|
Cards are dealt to 18 piles - 17 with three cards
|
|
and the last one with one.
|
|
<p>
|
|
The 18 piles build down by suit.
|
|
Only one card can be moved at a time, and
|
|
empty piles can be filled with a King only.
|
|
<p>
|
|
The foundations are built up by same suit. The
|
|
game is won if all cards are moved to the foundations.
|
|
|
|
<h3>Strategy</h3>
|
|
<p>
|
|
Build evenly on to foundations.
|