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/doublefreecell.html

22 lines
597 B
HTML

<h1>Double FreeCell</h1>
<p>
FreeCell type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="freecell.html">FreeCell</a>,
but with two decks and six free cells. The
aces are moved to the foundations at the start.
<p>
There is only one set of foundations - the foundations
are built from ace to king, and then wrap around.
<h3>Notes</h3>
<p>
This two deck FreeCell variation was invented by
Thomas Warfield. For a more traditional variation, see
<a href="doublefreecelltraditional.html">Double FreeCell (Traditional)</a>.