mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
17 lines
474 B
HTML
17 lines
474 B
HTML
<h1>Spidercells</h1>
|
|
<p>
|
|
Spider type. 1 decks. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
<p>
|
|
Group all the cards in sets of 13 cards in descending sequence
|
|
by alternate color from King to Ace and move such sets to the
|
|
foundations.
|
|
|
|
<h3>Quick Description</h3>
|
|
<p>
|
|
Like <a href="freecell.html">FreeCell</a>,
|
|
but cards are moved to the foundations differently.
|
|
A full sequence of cards from king to ace can be moved
|
|
to the foundation as a unit
|
|
(similar to <a href="spider.html">Spider</a>).
|