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="Seahaven"><!--<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>Seahaven</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>Foundation</entry>
33	  <entry>
34	  	Four piles -- two top left, two top right.  Built from
35		  Ace to King in suit.
36		 </entry>
37	</row>
38	<row>
39	  <entry>Reserves</entry>
40	  <entry>
41	  	Four piles at top in the center.  Each reserve can only
42		  hold one card.  Two of the reserves are each dealt one card to
43		  start.
44		 </entry>
45	</row>
46	<row>
47	  <entry>Tableau</entry>
48	  <entry>
49	  	Ten piles underneath the Foundation and Reserves.  The
50		  other fifty cards are dealt face up here with five in each
51		  slot.
52		 </entry>
53	</row>
54      </tbody>
55    </tgroup>
56  </informaltable>
57
58          </sect2>
59        <sect2><title>Goal</title>
60
61  <para>
62    Move all cards to the Foundation piles.
63  </para>
64
65          </sect2>
66        <sect2><title>Rules</title>
67
68  <para>
69    The Tableau is built down by suit.  Only the top card or build of
70    cards can be moved.  A build of cards can only be moved if the
71    number of cards in the build is equal or less than one more than the
72    number of Reserve slots free.  Empty spaces in the Tableau can only
73    be filled with a King or a build starting with a King.
74  </para>
75  <para>
76    Foundations are built up by suit from Ace to King.  Although cards
77    in the Foundations are technically still in play, there really is no
78    need as playing these cards are not in any way helpful.
79  </para>
80  <para>
81    Any top card in the Tableau can be placed in an empty Reserve slot.
82    These cards are available for play back into the Tableau or on to a
83    Foundation pile.
84  </para>
85  <para>
86    As a convenience, sequences of the same suit can be moved onto the
87    matching Foundation pile rather than being moved individually. This
88    is especially useful at the end of the game.
89  </para>
90
91          </sect2>
92        <sect2><title>Scoring</title>
93
94  <para>
95    Each card placed on to the Foundation piles scores one point.
96  </para>
97  <para>
98    Maximum possible score:  52
99  </para>
100
101          </sect2>
102        <sect2><title>Strategy</title>
103
104  <para>
105    Move any card you can on to the Foundations as soon as possible.
106    Leaving them around can only hinder your movement.
107  </para>
108        </sect2>
109</sect1>
110