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
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

29 lines
856 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.