mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<h1>Three Peaks</h1>
|
|
Golf type game. 1 deck. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
Remove all cards from the tableau.
|
|
|
|
<h3>Quick Description</h3>
|
|
<p>
|
|
Much like <a href="relaxedgolf.html">Relaxed Golf</a>,
|
|
only with a <a href="pyramid.html">Pyramid</a>
|
|
related layout.
|
|
|
|
<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. In variations with scoring,
|
|
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>
|
|
In variations with scoring, undo is disabled in this game.
|