File: allinarowii.html

package info (click to toggle)
pysolfc 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 94,856 kB
  • sloc: python: 82,020; tcl: 4,529; makefile: 65; sh: 57; perl: 48
file content (31 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<h1>All in a Row II</h1>
<p>
Golf game type. 1 deck. No redeal.

<h3>Object</h3>
<p>
Move all cards to the foundation.

<h3>Rules</h3>
<p>
The tableau is arranged in thirteen piles of four cards each.
Cards can be moved from the tableau to a reserve, which is built
up by rank, regardless of suit.  A sequence of cards can then be
moved from the reserve to the foundation (single cards can't be
moved).
<p>
There is no building on the tableau piles, and spaces
are not filled. Only top cards from reach pile can be moved.
<p>
The first card of each sequence in the reserve can be arbitrarily
selected from the top of any pile.

<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.

<h3>History</h3>
<p>
This is the correct, original variant of the game All in a Row.
<a href="allinarow.html">The other game</a> is based on a common
misinterpretation of the game's rules.