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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>PySol - Rules for All in a Row II</title>
<meta name="license" content="GNU General Public License">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#F7F3FF" link="#0000FF" vlink="#660099"
link="#FF0000">
<img src="../images/pysollogo03.png" alt="PySol FC Logo">
<br>
<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.
<p>
<br>
<a href="../glossary.html">Glossary</a>
<br>
<a href="../general_rules.html">General rules</a>
<p>
<a href="../index.html">Back to the index</a>
<br>
<a href="../rules.html">Back to individual game rules</a>
<hr>
<i>PySolFC Documentation - version 3.2.0</i>
</body>
</html>
|