~taylorp36/ubuntu/wily/aisleriot/bug-1490189

« back to all changes in this revision

Viewing changes to help/sv/freecell.xml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-04-16 15:31:15 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120416153115-a930w213lv12vesj
Tags: 1:3.2.3.2-0ubuntu1
* New upstream bugfix and translation update release.
  - Fix blurry freecell icon
  - Fix freecell with guile 2.0
  - Fix potential format string crash
* debian/patches/03_format-security.patch: Dropped, applied upstream
* debian/watch: Watch for .xz tarball releases

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>
32
 
                        Four left piles on top row.  Each Reserve pile can only hold one card.
33
 
                </entry>
34
 
        </row>
35
 
        <row>
36
 
                <entry>Foundation</entry>
37
 
                <entry>
38
 
                        Four piles top right.  To be built up in suit from Ace to
39
 
                        King.  Cards in Foundations are no longer in play.
40
 
                </entry>
41
 
        </row>
42
 
        <row>
43
 
                <entry>Tableau</entry>
44
 
                <entry>
45
 
                        Eight piles.  Deal all cards face up on to these eight piles, ending
46
 
                        up with seven cards in each of the first four piles and six cards in
47
 
                        the last four piles.  Tableau can be built down in alternating
48
 
                        colors.  Cards can only be moved singly, but as a shortcut, if there
49
 
                        are enough Reserve piles free to allow it, cards in sequence can be
50
 
                        moved together.
51
 
                </entry>
52
 
        </row>
53
 
                        </tbody>
54
 
                </tgroup>
55
 
        </informaltable>
56
 
 
57
 
                </sect2>
58
 
        <sect2><title>Goal</title>
59
 
 
60
 
        <para>
61
 
                Move all cards to the Foundation piles.
62
 
        </para>
63
 
 
64
 
                </sect2>
65
 
        <sect2><title>Rules</title>
66
 
 
67
 
        <para>
68
 
                Cards in the Tableau are built down by alternating color.  Groups of
69
 
                cards can be moved if there are enough Reserve piles free to allow the
70
 
                move if the cards were moved singly.  An empty pile in the Tableau can
71
 
                be filled with any card or group of cards.
72
 
        </para>
73
 
        <para>
74
 
                Foundations are built up in suit from Ace to King.  Cards in Foundations
75
 
                are not in play.  Double clicking on a card will move it to the
76
 
                appropriate Foundation pile if such a move is possible.
77
 
        </para>
78
 
        <para>
79
 
                Cards in Reserve piles can be played back on to Tableau or on to the
80
 
                Foundation.
81
 
        </para>
82
 
 
83
 
                </sect2>
84
 
        <sect2><title>Scoring</title>
85
 
 
86
 
        <para>
87
 
                Each card in the Foundation piles scores one point.
88
 
        </para>
89
 
        <para>
90
 
                Maximum possible score:  52
91
 
        </para>
92
 
 
93
 
                </sect2>
94
 
        <sect2><title>Strategy</title>
95
 
 
96
 
        <para>
97
 
                Space is a valuable commodity.  Keep as many of the Reserve piles free
98
 
                as possible.
99
 
        </para>
100
 
        </sect2>
101
 
</sect1>