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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>PySol - Rules for Sixes and Sevens</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>Sixes and Sevens</h1>
<p>
Two-Deck game type. 2 decks. No redeal.
<h3>Object</h3>
<p>
Move all the cards to the foundations.
<h3>Rules</h3>
<p>
All eight sixes and sevens are dealt out to sixteen
foundation piles. Nine additional cards are dealt to the
tableau. No building on the tableau is allowed.
<p>
The foundations that start with sixes are built down by
suit to ace while the foundations that start with sevens
are built up by suit to king. A card can be moved from the
waste or the tableau to an appropriate foundation. Empty
spaces on the tableau can be filled by any other card.
<p>
Cards can be dealt from the stock to the waste one at a time.
No redeal is allowed. The game is won if all cards are
moved to the foundations.
<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>
|