mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
28 lines
803 B
HTML
28 lines
803 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="generator" content=
|
|
"HTML Tidy for HTML5 for Linux version 5.4.0" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<h1>Calculation</h1>
|
|
<p>One-Deck game type. 1 deck. No redeal.</p>
|
|
<h3>Object</h3>
|
|
<p>Move all cards to the foundations.</p>
|
|
<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.</p>
|
|
<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.</p>
|
|
</body>
|
|
</html>
|