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="Eagle_Wing">  <!--<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>Eagle Wing</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 the Tableau.  Cards are turned over one at a time to
36	    Waste.  Two redeals.
37	  </entry>
38	</row>
39	<row>
40	  <entry>Waste</entry>
41	  <entry>
42	    Directly to the right of Stock.  To be taken from Stock.  Top
43	    card available for play.
44	  </entry>
45	</row>
46	<row>
47	  <entry>Foundations</entry>
48	  <entry>
49	    Four piles top right.
50	    One card is dealt in the first Foundation at the start of the game,
51	    this is the base card.
52	    Other Foundations must be started with a card of the same rank as the
53	    base card.
54	    To be built up in suit from the base card.
55	  </entry>
56	</row>
57	<row>
58	  <entry>Reserve</entry>
59	  <entry>
60	    Middle (and lowest) slot.  Deal thirteen cards face down
61	    here.  Flip card to fill any spaces in the Tableau.  When
62	    only one card is left in the Reserve, it will flip up and
63	    can be played on Foundation or a Tableau pile.
64	  </entry>
65	</row>
66	<row>
67	  <entry>Tableau</entry>
68	  <entry>
69	    Eight slots (four to the left and four to the right of
70	    Reserve.)  Deal one card face up per slot.  Tableau can be
71	    built down by suit.  Cards can be moved singly to other
72	    slots on the Tableau, or in a group on to the Foundation.
73	    Each Tableau slot can hold a maximum of three cards.
74	  </entry>
75	</row>
76      </tbody>
77    </tgroup>
78  </informaltable>
79
80          </sect2>
81        <sect2><title>Goal</title>
82
83  <para>
84    Move all cards to the Foundation piles.
85  </para>
86
87          </sect2>
88        <sect2><title>Rules</title>
89
90  <para>
91    Cards in the tableau are built down by suit.  Cards can only be
92    moved singly to another Tableau pile.  However, to ease monotony,
93    groups of cards can be moved to Foundation.  An empty slot in the
94    Tableau is filled automatically from the Reserve.  If the Reserve is
95    empty, an empty slot can be filled by a card from the Waste or from
96    another Tableau pile.
97  </para>
98  <para>
99    The Reserve exists mainly to deal cards into empty slots of the
100    Tableau.  However, when there is only one card left in the Reserve,
101    it will become visible and is in play.
102  </para>
103  <para>
104    Cards are flipped from the Stock to the Waste singly.  When the
105    Stock is empty, move all cards in Waste back to the Stock,
106    maintaining order.  You can go through the deck three times.
107  </para>
108  <para>
109    Foundations are built up in suit from the base card (first card
110    dealt to first Foundation). New Foundations are started when a card
111    of the same rank as the first card placed during the dealing period
112    are placed on empty Foundation piles.  Aces are placed on Kings, and
113    twos on Aces.  Cards in Foundations are not in play.
114  </para>
115
116          </sect2>
117        <sect2><title>Scoring</title>
118
119  <para>
120    Each card in the Foundation piles scores one point.
121  </para>
122  <para>
123    Maximum possible score:  52
124  </para>
125
126          </sect2>
127        <sect2><title>Strategy</title>
128
129  <para>
130    A little planning goes a long way.  Check before piling cards in a
131    Tableau.  Remember the three card in a slot rule.
132  </para>
133        </sect2>
134</sect1>
135