~ubuntu-branches/debian/jessie/aisleriot/jessie

« back to all changes in this revision

Viewing changes to help/en_GB/freecell.xml

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jeremy Bicha, Jordi Mallach
  • Date: 2012-04-22 12:49:26 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120422124926-gmr0thwstl91jt1n
Tags: 1:3.4.1-1
[ Jeremy Bicha ]
* New upstream release
* debian/control.in: (Build)-depend on guile-2.0
* debian/*.install: Cards files are now stored as zipped .svg's
* debian/patches/99_format-security.patch: Dropped, applied upstream

[ Jordi Mallach ]
* New upstream release.
* Update copyright to final version of the machine-readable 1.0 spec.
* Bump Standards Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
3
 
<sect1 id="Freecell"><!--<sect1info>
4
 
                <copyright>
5
 
                        <year>1999</year>
6
 
                        <holder>Rosanna Yuen</holder>
7
 
                </copyright>
8
 
                <author>
9
 
                        <firstname>Rosanna</firstname>
10
 
                        <surname>Yuen</surname>
11
 
                </author>
12
 
                <address><email>rwsy@mit.edu</email></address>
13
 
        </sect1info>-->
14
 
 
15
 
        <title>Freecell</title>
16
 
 
17
 
        <para>Written by Changwoo Ryu</para>
18
 
 
19
 
                <sect2><title>Setup</title>
20
 
 
21
 
 
22
 
        <informaltable>
23
 
                <tgroup cols="2">
24
 
                        <tbody>
25
 
        <row>
26
 
                <entry>Type of Deck</entry>
27
 
                <entry>Standard Deck</entry>
28
 
        </row>
29
 
        <row>
30
 
                <entry>Reserves</entry>
31
 
                <entry>Four left piles on top row. Each Reserve pile can only hold one card.</entry>
32
 
        </row>
33
 
        <row>
34
 
                <entry>Foundation</entry>
35
 
                <entry>Four piles top right. To be built up in suit from Ace to King. Cards in Foundations are no longer in play.</entry>
36
 
        </row>
37
 
        <row>
38
 
                <entry>Tableau</entry>
39
 
                <entry>Eight piles. Deal all cards face up on to these eight piles, ending up with seven cards in each of the first four piles and six cards in the last four piles. Tableau can be built down in alternating colours. Cards can only be moved singly, but as a shortcut, if there are enough Reserve piles free to allow it, cards in sequence can be moved together.</entry>
40
 
        </row>
41
 
                        </tbody>
42
 
                </tgroup>
43
 
        </informaltable>
44
 
 
45
 
                </sect2>
46
 
        <sect2><title>Goal</title>
47
 
 
48
 
        <para>Move all cards to the Foundation piles.</para>
49
 
 
50
 
                </sect2>
51
 
        <sect2><title>Rules</title>
52
 
 
53
 
        <para>Cards in the Tableau are built down by alternating colour. Groups of cards can be moved if there are enough Reserve piles free to allow the move if the cards were moved singly. An empty pile in the Tableau can be filled with any card or group of cards.</para>
54
 
        <para>Foundations are built up in suit from Ace to King. Cards in Foundations are not in play. Double-clicking on a card will move it to the appropriate Foundation pile if such a move is possible.</para>
55
 
        <para>Cards in Reserve piles can be played back on to Tableau or on to the Foundation.</para>
56
 
 
57
 
                </sect2>
58
 
        <sect2><title>Scoring</title>
59
 
 
60
 
        <para>Each card in the Foundation piles scores one point.</para>
61
 
        <para>Maximum possible score: 52</para>
62
 
 
63
 
                </sect2>
64
 
        <sect2><title>Strategy</title>
65
 
 
66
 
        <para>Space is a valuable commodity. Keep as many of the Reserve piles free as possible.</para>
67
 
        </sect2>
68
 
</sect1>