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/calculation.html
brianl 8d16b1861d * moved html-src to top level
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@113 efabe8c0-fbe8-4139-b769-b5e6d273206e
2006-12-13 03:14:20 +00:00

24 lines
599 B
HTML

<h1>Calculation</h1>
<p>
One-Deck game type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Rules</h3>
<p>
The four foundations build regardless of suit the following way:
The first pile from Ace, by one. The second pile from Two, by two.
The third pile from Three, by three. The fourth pile from Four, by four.
<pRE>
1: A 2 3 4 5 6 7 8 9 T J Q K
2: 2 4 6 8 T Q A 3 5 7 9 J K
3: 3 6 9 Q 2 5 8 J A 4 7 T K
4: 4 8 Q 3 7 J 2 6 T A 5 9 K
</pRE>
Once on a stack, a card can only be moved onto a foundation.
<h3>Notes</h3>
<p>
The auto-solver is completely clueless.