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/maze.html
brianl 8d16b1861d * moved html-src to top level
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@113 efabe8c0-fbe8-4139-b769-b5e6d273206e
2006-12-13 03:14:20 +00:00

29 lines
827 B
HTML

<h1>Maze</h1>
<p>
Montana type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of 12 cards in ascending sequence
by suit from Ace to Queen. There may be empty spaces between
but not within such sequences. The tableau wraps around.
<h3>Rules</h3>
<p>
This solitaire starts with the entire deck shuffled and dealt
out to 54 piles. The Kings are then removed making a total of 6
initial free spaces.
<p>
You may move to a space only the card that
matches the neighbor in suit, and is one greater in rank than the left
neighbour or one less in rank than the right neighbour.
<p>
As a special rule you may place an Ace of any suit to the right
of a Queen.
<p>
The tableau wraps around at the end of rows and from the
bottom-right to the top-left.
<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.