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/groundsforadivorce.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

39 lines
1.2 KiB
HTML

<h1>Grounds for a Divorce</h1>
<p>
Spider type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Group all the cards in sets of 13 cards in descending sequence
by same suit and move such sets to the foundations.
The sequence may wrap around.
<h3>Quick Description</h3>
<p>
Like <a href="spider.html">Spider</a>,
but sequences wrap around from Ace to King,
and no card will be dealt to an empty space.
<h3>Rules</h3>
<p>
50 cards are dealt in 10 piles. Cards are built down, regardless of suit.
However, sequences that are all of the same suit are preferred because
these are available for further movement.
A space can be filled by any card or legal group of cards.
<p>
Sequences wrap around, i.e. Kings may be placed on Aces.
<p>
The object is to group the cards in descending sets of 13 cards of the
same suit. These sequences may wrap around as well.
Such groups can then be moved to the foundations.
<p>
When no more moves are possible, click on the talon. One card will be
added to each <i>non empty</i> space.
<h3>History</h3>
<p>
This is my favorite
<a href="spider.html">Spider</a>
variant. Even more decisions, and
with a fair chance of coming out.
The original German name is <i>Scheidungsgrund</i>.