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="Wall"><!--<sect1info>
6		<copyright>
7			<year>2015</year>
8			<holder>Otto Wallenius, Markus Tuhkanen</holder>
9		</copyright>
10		<author>
11			<firstname>Otto</firstname>
12			<surname>Wallenius</surname>
13		</author>
14		<address><email>owalleni@gmail.com</email></address>
15	</sect1info>-->
16
17	<title>Wall</title>
18
19	<sect2><title>Setup</title>
20
21	    <informaltable>
22		    <tgroup cols="2">
23			    <tbody>
24	          <row>
25		          <entry>Type of Deck</entry>
26		          <entry>Standard Double Deck</entry>
27	          </row>
28	          <row>
29		          <entry>Stock</entry>
30		          <entry>
31                Bottom left pile of 39 cards. Cards are turned over three at a time to Waste.
32		          </entry>
33	          </row>
34	          <row>
35		          <entry>Waste</entry>
36		          <entry>
37			          Three rightmost piles at the bottom row. To be taken from Stock one on to each at a time.
38		          </entry>
39	          </row>
40	          <row>
41		          <entry>Tableau</entry>
42		          <entry>
43			          Wall, Low Guard Post, High Guard Post and Throne.
44		          </entry>
45	          </row>
46	          <row>
47		          <entry>Wall</entry>
48		          <entry>
49			          45 cards in six rows.
50		          </entry>
51	          </row>
52	          <row>
53		          <entry>Low Guard Post</entry>
54		          <entry>
55			          Four piles of three cards, placed face down initially.
56		          </entry>
57	          </row>
58	          <row>
59		          <entry>High Guard Post</entry>
60		          <entry>
61                Three piles of two cards.
62		          </entry>
63	          </row>
64	          <row>
65		          <entry>Throne</entry>
66		          <entry>
67                A pile with two kings of spades.
68		          </entry>
69	          </row>
70			    </tbody>
71		    </tgroup>
72	    </informaltable>
73    </sect2>
74
75    <sect2><title>Goal</title>
76        <para>
77        Remove the two kings in Throne.
78        </para>
79    </sect2>
80
81    <sect2><title>Rules</title>
82
83	    <para>
84    You start from the bottom of Wall and try to move up to Throne by removing cards on the way. You can remove cards by attacking them with Waste cards that are dealt three at a time from Stock. If Stock runs out and you cannot remove the kings in Throne with the remaining cards in Waste, the game is lost.
85	    </para>
86	    <para>
87    Waste cards used in attacks are called <emphasis>attack cards</emphasis>. An attack on any card or pile succeeds if the <emphasis>health</emphasis> of the attack cards exceeds the health of the attacked card or pile. Health is computed as a sum of card values as explained below. A successful attack removes both the attacked cards and the attack cards.
88	    </para>
89
90	    <sect3><title>Order of removing cards</title>
91	    <para>The basic rule is to remove cards immediately above and next to already empty Tableau slots.</para>
92            <variablelist>
93            <varlistentry><term>Wall</term>
94              <listitem>
95                <para>From the beginning all cards in the bottom row of Wall can be removed. Furthermore, you can remove any card if a card covering its bottom left or right corner has been removed or a card in the same (horizontal) row next to it has been removed.</para>
96              </listitem>
97            </varlistentry>
98            <varlistentry><term>Low Guard Post</term>
99              <listitem>
100                <para>A pile can be removed when one of the two cards in Wall immediately below it has been removed or a pile next to it in Low Guard Post has been removed.</para>
101              </listitem>
102            </varlistentry>
103            <varlistentry><term>High Guard Post</term>
104              <listitem>
105                <para>A pile can be removed once the pile closest to its bottom left corner or the pile closest to its bottom right corner in Low Guard Post has been removed, or a pile next to it in High Guard Post has been removed.</para>
106              </listitem>
107            </varlistentry>
108            <varlistentry><term>Throne</term>
109              <listitem>
110                <para>Can be removed when all piles in High Guard Post have been removed.</para>
111              </listitem>
112            </varlistentry>
113          </variablelist>
114        </sect3>
115
116	    <sect3><title>Health</title>
117	        <para>
118        For attack cards, health is the sum of card values.
119	        </para>
120            <para>
121        For most Wall cards, health is the sum of values of the card and the cards touching its top left and right corners. For the cards in the top row of Wall, health is just the card's value. For the cards on the left and right edge of Wall, health is the sum of values of the card, the only card touching its top corner and the card immediately above it.
122            </para>
123            <para>
124        For the piles in Low Guard Post, High Guard Post and Throne, a whole pile must be removed at once. A pile's health is the sum of values of the cards in that pile.
125            </para>
126            <para>
127            Ace is low.
128            </para>
129	    </sect3>
130
131	    <sect3><title>Attacking</title>
132	        <para>
133        You can attack with any combination of Waste cards by piling them and dragging the pile on the card you want to attack. Clicking a Tableau card attacks the clicked card with all cards in Waste. New cards can be dealt from Stock on to Waste at any time. Dealing new cards discards the cards that were in Waste before.
134	        </para>
135            <para>
136The piles in Low Guard Post behave differently from others. The first attack on any of these piles flips the cards in the pile face up and removes the attack cards. If this first attack succeeds, the pile is removed as normal. If the attack fails, subsequent failing attacks on that pile do not cause attack cards to be removed.
137            </para>
138        </sect3>
139
140        <sect3><title>Other rules</title>
141            <para>
142    Double-clicking a Tableau card is an action shortcut. It has the same effect as clicking (see Attacking) and in addition causes new cards to be dealt from Stock on to Waste regardless of whether the attack was successful or not.
143            </para>
144        </sect3>
145	</sect2>
146
147    <sect2><title>Scoring</title>
148
149	    <para>
150		    Each successful attack scores the health of the attacked card or pile.
151	    </para>
152
153	</sect2>
154    <sect2><title>Strategy</title>
155
156	    <para>
157	    It is best to move as directly up as possible. Try to find an easy path through Wall before starting off.
158	    </para>
159	    <para>
160	    Try not to waste cards, but make as many attacks as possible before dealing new cards.
161	    </para>
162	    <para>
163	    When trying to remove a Low Guard Post pile, it is often a good idea to first flip the cards over by attacking them with a low-valued card, and after that to decide whether to try through there or through some other Low Guard Post pile. Note that the expectation of a Low Guard Post pile's health is a little less than 21.
164	    </para>
165    </sect2>
166</sect1>
167