mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@94 efabe8c0-fbe8-4139-b769-b5e6d273206e
36 lines
1.4 KiB
HTML
36 lines
1.4 KiB
HTML
<h1>Three Peaks</h1>
|
|
Pairing type game. 1 deck. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
Remove all cards from the tableau.
|
|
|
|
<h3>Rules</h3>
|
|
The object is to remove all the cards from the tableau by playing
|
|
them to the waste stack. Cards from the tableau will play to the
|
|
waste if they are one rank higher or lower than the card at the top
|
|
of the waste. A King will play on an Ace and vice versa. Cards are
|
|
played to the waste by clicking on them. Points are made as follows:
|
|
|
|
<dl>
|
|
<dd>When a hand is dealt 52 points are subtracted from the score.
|
|
<dd>For each of the first four cards played from the tableau in a
|
|
sequence one point is added.
|
|
<dd>For each of the second four cards played from the tableau in a
|
|
sequence two points are added.
|
|
<dd>Then four points for the next four cards, eight for the next four,
|
|
then sixteen etc.
|
|
<dd>If one peak is empty the points added are doubled.
|
|
<dd>If two peaks are empty the points added are quadrupled.
|
|
<dd><p>
|
|
<dd>Ten points are added for emptying the first peak.
|
|
<dd>Twenty points are added for the second peak.
|
|
<dd>Forty points are added for emptying the last peak.
|
|
<dd><p>
|
|
<dd>When all the cards are removed from the tableau ten points are
|
|
added for each card remaining in the talon.
|
|
<dd><p>
|
|
<dd>The highest possible score for a single hand is 2336 points.
|
|
</dl>
|
|
|
|
<h3>Notes</h3>
|
|
Undo is disabled in this game.
|