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/camelot.html
Shlomi Fish ada9778879 Ran the HTMLs thru tidy.
tidy -asxhtml so they will validate.
2017-11-12 21:26:36 +02:00

45 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.4.0" />
<title></title>
</head>
<body>
<h1>Camelot</h1>
<h3>Object</h3>
<p>Remove all cards but picture cards (Jacks, Queens, and Kings).
You have won if your Tableau looks like this --<br />
<img src="../images/camelot-goal.gif" alt=
"The Winning Tableau." /></p>
<p>-- and your Stock and Waste are empty. The suits do not
matter.</p>
<h3>Rules</h3>
<p>There are two phases to this game. Alternate between the two
phases until game is lost or won. Start with Phase One until
Tableau is completely filled. At that point, move to Phase Two.
Please note that you cannot begin Phase Two unless Tableau is
completely filled. At any point, you can return to Phase One, but
remember that you cannot go back to Phase Two unless the tableau is
once again filled. An exception to this rule is if the stock and
waste are empty.</p>
<p>Phase One -- Click on the Stock to move a card into the empty
Waste pile. If card is a:</p>
<ul type="disc">
<li>King: Place in one of the empty four corner spaces.</li>
<li>Queen: Place in one of the empty middle two spaces of the top
or bottom row.</li>
<li>Jack: Place in any of the empty middle two spaces of the
leftmost or rightmost column.</li>
<li>Any other card: Place in any empty space.</li>
</ul>
<p>Phase Two -- Remove 10's singly by clicking on them. Remove
pairs that add up to 10 by dragging one card on top of its
pair.</p>
<h3>Strategy</h3>
<p>It is always safest in the middle. During Phase One of play,
deal in the middle before going to the edges. If you see a possible
pair, place that card on the edge so as to free more edge spaces
during Phase Two of play.</p>
</body>
</html>