mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
23 lines
745 B
HTML
23 lines
745 B
HTML
<h1>Soother</h1>
|
|
<p>
|
|
Four-Deck game type. 4 decks. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
<p>
|
|
Move all the cards to the foundations.
|
|
|
|
<h3>Rules</h3>
|
|
<p>
|
|
Five cards are dealt to each of nine tableau piles. Tableau
|
|
piles are built down by rank, regardless of suit, and only
|
|
single cards can be moved between tableau piles. Only kings
|
|
can fill empty tableau piles.
|
|
<p>
|
|
There is a single free cell that can hold a max of 8 cards.
|
|
Any single card can be moved to the reserve, and the top card
|
|
can be moved to the foundation or tableau.
|
|
<p>
|
|
Cards can be dealt from the tableau one at a time and moved to
|
|
the tableau, free cell, or foundations. The foundations are
|
|
built up by suit from ace to king. The game is won if all
|
|
cards are moved to the foundations.
|