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

« back to all changes in this revision

Viewing changes to help/de/maze.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="Maze"><!--<sect1info>
4
 
                <copyright>
5
 
                        <year>2000</year>
6
 
                        <holder>Telsa Gwynne</holder>
7
 
                </copyright>
8
 
                <author>
9
 
                        <firstname>Telsa</firstname>
10
 
                        <surname>Gwynne</surname>
11
 
                </author>
12
 
                <address><email>telsa@linuxchix.org</email></address>
13
 
        </sect1info>-->
14
 
 
15
 
        <title>Maze</title>
16
 
 
17
 
  <para>Geschrieben von Matthew Wilcox</para>
18
 
 
19
 
          <sect2><title>Spielaufbau</title>
20
 
 
21
 
 
22
 
        <informaltable>
23
 
                <tgroup cols="2">
24
 
                        <tbody>
25
 
        <row>
26
 
                <entry>Art des Kartensatzes</entry>
27
 
                <entry>48 Karten: Standard-Kartensatz ohne Könige</entry>
28
 
        </row>
29
 
 
30
 
        <row>
31
 
                <entry>Kartenreihe</entry>
32
 
                <entry>
33
 
                        Fifty-four spaces in six rows of nine each. Deal cards into
34
 
                        spaces one to eight. Leave space nine blank. Deal cards into spaces
35
 
                        ten to seventeen. Leave space eighteen blank. Deal the remaining
36
 
                        cards similarly. Then remove all the kings (which play no further
37
 
                        part in the game), so that six empty spaces remain in total. Any
38
 
                        card can be moved into a space to the left of another card of the
39
 
                        same suit and face value one higher. Any card can be moved
40
 
                        into a space to the right of another card of the same suit and
41
 
                        face value one lower. An ace may be moved to the right of a
42
 
                        queen or in the top left space. A queen may be moved to the left
43
 
                        of an ace or in the bottom right space.
44
 
                </entry>
45
 
        </row>
46
 
                        </tbody>
47
 
                </tgroup>
48
 
        </informaltable>
49
 
 
50
 
          </sect2>
51
 
        <sect2><title>Ziel des Spiels</title>
52
 
 
53
 
  <para>
54
 
    Put each suit of cards into ascending order, with an ace in the
55
 
    top left corner, to create a run of cards: Ace to Queen of one suit,
56
 
    Ace to Queen of another, Ace to Queen of the third, Ace to Queen
57
 
    of the fourth.
58
 
  </para>
59
 
 
60
 
          </sect2>
61
 
        <sect2><title>Regeln</title>
62
 
 
63
 
  <para>
64
 
    Cards are moved singly. Any card can be moved into a space to the
65
 
    left of another card of face value one higher in the same suit. Any
66
 
    card can be moved into a space to the right of another card of face
67
 
    value one lower in the same suit.  An ace may be moved to the right
68
 
    of a queen or in the top left space. A queen may be moved to the left
69
 
    of an ace or in the bottom right space.
70
 
  </para>
71
 
 
72
 
          </sect2>
73
 
        <sect2><title>Punktwertung</title>
74
 
 
75
 
  <para>
76
 
    Each card placed next to another card of the same suit in the
77
 
    correct order scores one point.
78
 
  </para>
79
 
  <para>Maximal erzielbare Punkte: 48</para>
80
 
 
81
 
          </sect2>
82
 
        <sect2><title>Strategie</title>
83
 
 
84
 
  <para>
85
 
    Multiple adjacent spaces enable you to generate long sequences of
86
 
    cards. Beware of getting trapped into a situation where you move
87
 
    one card endlessly between two points.
88
 
  </para>
89
 
        </sect2>
90
 
</sect1>