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