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/cribbageshuffle.html

41 lines
1.5 KiB
HTML

<h1>Cribbage Shuffle</h1>
<p>
Cribbage type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Arrange the 10 Cribbage hands for a total score of 61 points or more.
<h3>Rules</h3>
<p>
At game start 16 cards are dealt to the tableau piles and one card is
flipped face up to be used as the starter, which for most purposes, is treated
as a fifth card for all hands.
<p>
Swap any 2 cards on the tableau to maximize your score. The starter cannot
be moved.
<p>
Points are awarded for the 4 Cribbage hands from left to right and for
the 4 hands from top to bottom.
<p>
You win if your score reaches 61 points.
<h3>Cribbage Scoring</h3>
<p>
Cribbage hands are scored as follows - each hand is worth the total value
of all of the following:
<ul>
<li>15 - 2 points are added to each hand for every combination of cards that
adds up to 15.
<li>Pair - 2 points are added for each set of two cards of the same rank.
<li>Pair Royal - For sets of the same rank of more than two cards, they
are scored by the number of individual pairs they contain.
<li>Run - Each combination of three or more cards of consecutive ranks
scores 1 point per card. Only the largest possible run is considered.
<li>Flush - Four cards of the same suit are worth 4 points. The starter
is not consiered when scoring flushes, but if it does match the suit of a
flush, that is an extra point.
<li>His Nobs - A jack of the same suit as the starter adds 1 point to
the hand.
<li>His Heels - If the starter is a Jack, 2 points are added to the
entire game.
</ul>