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="Clock"><!--<sect1info>
6		<copyright>
7			<year>1998</year>
8			<holder>Rosanna Yuen</holder>
9		</copyright>
10		<author>
11			<firstname>Rosanna</firstname>
12			<surname>Yuen</surname>
13		</author>
14		<address><email>rwsy@mit.edu</email></address>
15	</sect1info>-->
16
17	<title>Clock</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>Tableau</entry>
33		<entry>
34			Deal cards in a clock shape, for a total of twelve piles with
35			four cards each.
36		</entry>
37	</row>
38	<row>
39		<entry>Stock</entry>
40		<entry>
41			Place last four cards in the Stock pile (middle of the Tableau)
42			Flip over top card.
43		</entry>
44	</row>
45			</tbody>
46		</tgroup>
47	</informaltable>
48
49	        </sect2>
50        <sect2><title>Goal</title>
51
52	<para>
53		To reveal all the cards.
54	</para>
55
56	        </sect2>
57        <sect2><title>Rules</title>
58
59	<para>
60		Move the top card in the middle to the appropriate pile.  The Tableau is
61		in the shape of a clock, and so the numbered cards go where they would
62		on an analog clock.  Aces go where the ones go, and the Jacks and
63		Queens go where the elevens and twelves go respectively.  For all the
64		people who have never had an analog watch/clock, this is the pattern:
65	</para>
66	<screenshot>
67	 <mediaobject>
68	    <imageobject>
69			  <imagedata fileref="figures/clock-rules.png" format="PNG"/>
70	    </imageobject>
71	    <textobject>
72	      <phrase>Clock Layout.</phrase>
73	    </textobject>
74	  </mediaobject>
75	</screenshot>
76	<para>
77		Kings are kept in the middle pile.  When a card is moved to a new pile
78		(or made to stay in the same pile, as the case is with the King), the
79		bottom card in the new pile is taken and placed on top of the middle
80		pile face up.  This new card is ready for play.  To move a card to the
81		appropriate pile, either drag the card over or double click on the appropriate
82		receptor pile.
83	</para>
84	<para>
85		Game is over when there are four kings in the middle.  At this point,
86		you've won if goal is achieved.  Note that if a card in a pile is in the
87		right place it is okay even if it is faced down.
88	</para>
89
90	        </sect2>
91        <sect2><title>Scoring</title>
92
93	<para>
94		Each card in the appropriate pile of the clock (not counting Kings, as
95		there are no Kings on real clocks) scores one point.
96	</para>
97	<para>
98		Maximum possible score: 48
99	</para>
100
101	        </sect2>
102        <sect2><title>Strategy</title>
103
104	<para>
105		Find a way to automate this game. There are no decisions ever to be
106		made. If you lose it's not your fault. (Contrariwise, if you win, it's
107		just luck!)
108	</para>
109        </sect2>
110</sect1>
111