1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/html-src/rules/threepeaks.html
Roderik Ploszek 806e3a5153 Reverse state of html-src/* help files as before ada9778
These files will be further processed by the gen-html.py script, they don't have
to be HTML valid.
2018-02-19 13:23:28 +01:00

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.