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/one234.html
2021-06-11 13:09:44 -04:00

29 lines
868 B
HTML

<h1>One234</h1>
<p>
One-Deck game type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="calculation.html">Calculation</a>,
but using an eight column tableau instead of a stack and waste pile.
<h3>Rules</h3>
<p>
The four foundations build regardless of suit the following way:
The first pile by one. The second pile by two. The third pile by three.
The fourth pile by four.
<pRE>
1: 2 3 4 5 6 7 8 9 T J Q K
2: 4 6 8 T Q A 3 5 7 9 J K
3: 6 9 Q 2 5 8 J A 4 7 T K
4: 8 Q 3 7 J 2 6 T A 5 9 K
</pRE>
<p>
Cards are dealt into eight columns of six cards, and the remaining four
cards are dealt to the foundations. Building on the tableau is not allowed.
Cards in the tableau may be moved to an appropriate foundation at any time.
The game is won when all cards have been moved to the foundations.