1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4]>
5<sect1 id="Jumbo"><!--<sect1info>
6		<copyright>
7			<year>2001</year>
8			<holder>Rosanna Yuen</holder>
9		</copyright>
10		<author>
11			<firstname>Rosanna</firstname>
12			<surname>Yuen</surname>
13		</author>
14		<address><email>zana@webwynk.net</email></address>
15	</sect1info>-->
16
17	<title>Jumbo</title>
18
19  <para>Written by Rosanna Yuen</para>
20
21          <sect2><title>Setup</title>
22
23
24  <informaltable>
25    <tgroup cols="2">
26      <tbody>
27	<row>
28	  <entry>Type of Deck</entry>
29	  <entry>Double Deck</entry>
30	</row>
31	<row>
32	  <entry>Stock</entry>
33	  <entry>
34	    Top left pile.  All cards are placed here after dealing on
35	    the Tableau.  Cards are turned over one at a time to Waste.
36	    One redeal.
37	  </entry>
38	</row>
39	<row>
40	  <entry>Waste</entry>
41	  <entry>
42	    Directly to the right of the Stock.  Cards to be dealt from
43	    the Stock during play one at a time.  Top card available for
44	    play.
45	  </entry>
46	</row>
47	<row>
48	  <entry>Foundation</entry>
49	  <entry>
50	    Eight piles top right.  To be built up in suit from Ace to
51	    King.  Topmost card in each Foundation can be played back on
52	    to the Tableau.
53	  </entry>
54	</row>
55	<row>
56	  <entry>Tableau</entry>
57	  <entry>
58	    Nine piles.  Deal one card face down to all nine piles, then
59	    one card to first eight piles, followed by one card to first
60	    seven piles, etc. until there are nine cards in the first
61	    pile.  Flip the last card dealt on each pile.
62	  </entry>
63	</row>
64      </tbody>
65    </tgroup>
66  </informaltable>
67
68          </sect2>
69        <sect2><title>Goal</title>
70
71  <para>
72    Move all cards to the Foundation piles.
73  </para>
74
75          </sect2>
76        <sect2><title>Rules</title>
77
78  <para>
79    Cards in the Tableau are built down by alternating color.  Groups of
80    cards can be moved.  An empty pile in the Tableau can be filled with
81    a King or a group of cards with a King on the bottom.
82  </para>
83  <para>
84    Cards are flipped from the Stock to the Waste individually.  Top
85    card in Waste is in play.  When Stock is empty, move all cards in
86    Waste back to the Stock, maintaining order.  There is one redeal.
87  </para>
88  <para>
89    Foundations are built up from suit from Ace to King.  Cards in
90    Foundations are still in play.  Double clicking on a card will move
91    it to the appropriate Foundation pile if such a move is possible.
92  </para>
93
94          </sect2>
95        <sect2><title>Scoring</title>
96
97  <para>
98    Each card in the Foundation piles scores one point.
99  </para>
100  <para>
101    Maximum possible score:  104
102  </para>
103
104          </sect2>
105        <sect2><title>Strategy</title>
106
107  <para>
108
109  </para>
110        </sect2>
111</sect1>
112