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="Agnes"><!--<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>Agnes</title>
18
19  <para>Written by Rosanna Yuen</para>
20
21  <sect2><title>Setup</title>
22
23  <informaltable>
24    <tgroup cols="2">
25      <tbody>
26	<row>
27	  <entry>Type of Deck</entry>
28	  <entry>Standard Deck</entry>
29	</row>
30	<row>
31	  <entry>Stock</entry>
32	  <entry>
33	  	Top left pile.  The rest of the deck is placed here after
34	    dealing the Tableau.  Cards are dealt in batches of seven,
35	    one on every Tableau pile.
36	  </entry>
37	</row>
38	<row>
39	  <entry>Foundation</entry>
40	  <entry>
41      Four piles top right.  To be built in suit and sequence,
42      wrapping from King to Ace when necessary.  One card is dealt
43      on to the first Foundation pile.  The other Foundation piles
44      must be started with cards of the same rank.
45    </entry>
46	</row>
47	<row>
48	  <entry>Tableau</entry>
49    <entry>
50      Seven piles.  Deal card face up in first pile.  Place one
51      card face down on all other piles.  Place one card face up
52      on next pile followed by one card face down on all the
53      covered piles.  Repeat until there are seven cards in last
54      pile.  Tableau can be built down in same colors.  Groups of
55      cards can be moved.  Empty piles can only be filled by the
56      next deal from the Stock.
57	  </entry>
58	</row>
59      </tbody>
60    </tgroup>
61  </informaltable>
62  </sect2>
63
64  <sect2><title>Goal</title>
65  <para>
66    Move all cards to the Foundation piles.
67  </para>
68  </sect2>
69  <sect2><title>Rules</title>
70  <para>
71    Cards in the Tableau are built down by same color.  Groups of cards
72    in sequence and same color can be moved as a unit.
73  </para>
74  <para>
75    Each deal flips one card from the Stock to each pile of the
76    Tableau.  There are no redeals.
77  </para>
78  <para>
79    Foundations are built up in suit in sequence, wrapping from King to
80    Ace when necessary.  Cards in Foundations are still in play.  Double
81    clicking on a card in the Tableau will move it to the appropriate
82    Foundation pile if such a move is possible.
83  </para>
84</sect2>
85  <sect2><title>Scoring</title>
86  <para>
87    Each card in Foundation scores one point.
88  </para>
89  <para>
90    Maximum possible score:  52
91  </para>
92</sect2>
93
94  <sect2><title>Strategy</title>
95  <para>
96    Try to build down in suit whenever possible.  Try to score as many
97    points as you can as this game is very hard to win.
98  </para>
99</sect2>
100</sect1>
101