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="Yield"><!--<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>Yield</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 Waste.  No
36			redeals.
37		</entry>
38	</row>
39	<row>
40		<entry>Waste</entry>
41		<entry>
42			To be taken from Stock.  Top card and bottom card available for play.
43		</entry>
44	</row>
45	<row>
46		<entry>Tableau</entry>
47		<entry>
48			Deal cards face up in seven overlapping rows starting with seven cards on the
49			first row, decreasing by one per row and staggering the piles as to
50			achieve an inverted pyramid.
51		</entry>
52	</row>
53			</tbody>
54		</tgroup>
55	</informaltable>
56
57	        </sect2>
58        <sect2><title>Goal</title>
59
60	<para>
61		Remove all cards.
62	</para>
63
64	        </sect2>
65        <sect2><title>Rules</title>
66
67	<para>
68		All exposed cards in the pyramid are available for play.  Kings can be
69		removed singly.  All other cards can be removed in pairs that add up to
70		treize with Aces equal to 1, Jacks equal to 11, and Queens equal to 12.
71	</para>
72	<para>
73		Cards can be flipped singly from the Stock to the Waste.  Top and bottom
74		cards are available for play either by themselves or with the available
75		cards in the pyramid.  The top card of the Waste can also be played with
76		the second card on the Waste.  There is no redeal.
77	</para>
78
79	        </sect2>
80        <sect2><title>Scoring</title>
81
82	<para>
83		Each card removed scores one point.
84	</para>
85	<para>
86		Maximum possible score:  52
87	</para>
88
89	        </sect2>
90        <sect2><title>Strategy</title>
91
92	<para>
93		Removing the bottom of the inverted pyramid is the hard part.  Once that
94		is achieved, it is sometimes better to remove cards from the Waste than
95		the inverted pyramid, as there are more cards in play there.
96	</para>
97        </sect2>
98</sect1>
99