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="Lady_Jane"><!--<sect1info>
6		<copyright>
7			<year>1999</year>
8			<holder>Rosanna Yuen</holder>
9		</copyright>
10		<author>
11			<firstname>Rosanna</firstname>
12			<surname>Yuen</surname>
13		</author>
14		<address><email>rwsy@mit.edu</email></address>
15	</sect1info>-->
16
17	<title>Lady Jane</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>Standard Deck</entry>
30	</row>
31	<row>
32		<entry>Stock</entry>
33		<entry>
34			Top left pile.  The rest of the deck is placed here after
35			dealing.  Cards are turned on to the Reserve one on each pile per deal.
36			When there are only two cards left in Stock, they are dealt such that
37			both cards are available for play.
38		</entry>
39	</row>
40	<row>
41		<entry>Foundation</entry>
42		<entry>
43			Four piles on top right.  Deal one card on to first Foundation pile
44			after dealing on to Tableau and Reserve.  This card is now the base
45			card.  Built up by suit.
46		</entry>
47	</row>
48	<row>
49		<entry>Reserve</entry>
50		<entry>
51			Seven piles on the right.  Top card of each pile is available for play
52			on to either the Tableau or the Foundation.  Empty spaces are not filled
53			except by a deal from Stock.
54		</entry>
55	</row>
56	<row>
57		<entry>Tableau</entry>
58		<entry>
59			Seven piles below Stock and Foundation.  Deal card face up in first
60			pile.  Place one card face down on all other piles.  Place one card face
61			up on next pile followed by one card face down on all covered piles.
62			Repeat until there are seven cards in last pile.  Tableau can be built
63			down in alternating colors.  Groups of cards can be moved.  Empty piles
64			can only be filled by the card whose rank is one lower than the base
65			card or group of cards starting with a card of this rank.
66		</entry>
67	</row>
68			</tbody>
69		</tgroup>
70	</informaltable>
71
72	        </sect2>
73        <sect2><title>Goal</title>
74
75	<para>
76		Move all cards on to Foundation piles.
77	</para>
78
79	        </sect2>
80        <sect2><title>Rules</title>
81
82	<para>
83		Cards in the Tableau are built down by alternating color.  Groups of
84		cards can be moved.  An empty pile in the Tableau can be filled with a
85		card whose rank is one lower than the base card or with a group of cards
86		starting with a card with this rank.
87	</para>
88	<para>
89		Cards are dealt from the Stock to the Reserve.  Each deal places one
90		card on each pile of the Reserve.
91	</para>
92	<para>
93		The top card of each Reserve pile is always available for play on to
94		either the Tableau or the Foundation.  There is no building on the
95		Reserve piles.
96	</para>
97	<para>
98		Foundations are built up in suit from the base card.  New Foundations
99		are started when a card of the same rank as the base card is placed on
100		empty Foundation piles.  Aces are
101		placed on Kings, and twos on Aces.  Cards in Foundations are still in
102		play.  Double clicking on a card will move it to the appropriate
103		Foundation pile if such a move is possible.
104	</para>
105
106	        </sect2>
107        <sect2><title>Scoring</title>
108
109	<para>
110		Each card in the Foundation piles scores one point.
111	</para>
112	<para>
113		Maximum possible score:  52
114	</para>
115
116	        </sect2>
117        <sect2><title>Strategy</title>
118
119	<para>
120		The deeper something is, the harder it is to get to.  Try and move cards
121		out of the Reserve whenever possible.
122	</para>
123        </sect2>
124</sect1>
125