mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
20 lines
573 B
HTML
20 lines
573 B
HTML
<h1>Genesis</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 thirteen piles of three cards each,
|
|
and the other thirteen cards are dealt to the row above
|
|
them. Building on these tableau piles is not allowed -
|
|
cards can only be moved from the tableau to the
|
|
foundations.
|
|
<p>
|
|
The foundations are built by same suit. The foundations
|
|
can be built in any rank order, but all four foundations
|
|
must have the same rank order. The game is won if all
|
|
cards are moved to the foundations.
|