~ubuntu-branches/debian/sid/aisleriot/sid

« back to all changes in this revision

Viewing changes to help/sv/pileon.xml

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jeremy Bicha, Jackson Doak, Andreas Henriksson
  • Date: 2013-10-17 23:33:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20131017233336-s2rn2lklucl6az43
Tags: 1:3.10.1-1
[ Jeremy Bicha ]
* New upstream release. 1:3.9.90-1
* debian/control.in:
  - Lower GTK dependency back to 3.4
  - Update homepage

[ Jackson Doak ]
* New upstream release (v3.10.0)

[ Andreas Henriksson ]
* New upstream release (v3.10.1)
* Bump Standards-Version to 3.9.4

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="Pileon"><!--<sect1info>
 
4
                <copyright>
 
5
                        <year>1998</year>
 
6
                        <holder>Nick Lamb</holder>
 
7
                </copyright>
 
8
                <author>
 
9
                        <firstname>Nick</firstname>
 
10
                        <surname>Lamb</surname>
 
11
                </author>
 
12
                <address><email>njl195@zepler.org.uk</email></address>
 
13
        </sect1info>-->
 
14
 
 
15
        <title>Pileon</title>
 
16
 
 
17
        <para>Written by Nick Lamb</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>Tableau</entry>
 
31
                <entry>
 
32
                        Fifteen piles, arranged in rows of four.  Deal cards four at a time, face
 
33
                        up onto the first thirteen piles.  Leave the last two spaces empty.
 
34
                        A pile can hold as many as four cards, and as few as none.
 
35
                </entry>
 
36
        </row>
 
37
                        </tbody>
 
38
                </tgroup>
 
39
        </informaltable>
 
40
 
 
41
                </sect2>
 
42
        <sect2><title>Goal</title>
 
43
 
 
44
        <para>
 
45
                Rearrange the cards so that each pile contains all four cards from a single
 
46
                value. This should leave two piles empty, but it doesn't matter whether
 
47
                they are the same piles which were empty at the start.
 
48
        </para>
 
49
 
 
50
                </sect2>
 
51
        <sect2><title>Rules</title>
 
52
 
 
53
        <para>
 
54
                Cards can be moved on top of any other card or cards of the same value
 
55
                so long as no pile grows to have more than four cards. Groups of cards
 
56
                can be moved if they are of the same value, but it doesn't gain you
 
57
                anything. An empty slot can be filled with any card or group of cards
 
58
                with the same value.
 
59
        </para>
 
60
        <para>
 
61
                Once a pile contains all four cards of the same value it is frozen, and
 
62
                the top card is flipped to indicate that you need do nothing further
 
63
                to those cards. They are no longer in play, but it would be useless to
 
64
                move them anyway.
 
65
        </para>
 
66
 
 
67
                </sect2>
 
68
        <sect2><title>Scoring</title>
 
69
 
 
70
        <para>
 
71
                When a pile of four cards is frozen you score 4 points, one for each
 
72
                card. There is no other way to score points.
 
73
        </para>
 
74
        <para>
 
75
                Maximum possible score:  52
 
76
        </para>
 
77
 
 
78
                </sect2>
 
79
        <sect2><title>Strategy</title>
 
80
 
 
81
        <para>
 
82
                Keep one of the piles clear as much as possible. Don't allow a pile of
 
83
                three cards to build up on top of a single card, especially if the
 
84
                final card from the set is not a bottom card in another pile.
 
85
        </para>
 
86
        </sect2>
 
87
</sect1>