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

« back to all changes in this revision

Viewing changes to help/sv/poker.xml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-26 12:54:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110926125422-fhnx2xyc0qcpgyh2
Tags: 1:3.2.0-0ubuntu1
* New upstream stable release.
  - Distribute a copy of the LGPL
  - Update card theme install info for Debian, Ubuntu & OpenSUSE
  - Build help with yelp-tools instead of gnome-doc-utils
  - Fix game restart
  - Translation updates
* debian/control: Build-depends on yelp-tools
* debian/copyright: Fixed a few lintian warnings
* 03_update_theme_install_data.patch: Dropped, applied upstream

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="Poker"><!--<sect1info>
 
4
                <copyright>
 
5
                        <year>2001</year>
 
6
                        <holder>Rosanna Yuen</holder>
 
7
                </copyright>
 
8
                <author>
 
9
                        <firstname>Rosanna</firstname>
 
10
                        <surname>Yuen</surname>
 
11
                </author>
 
12
                <address><email>zana@webwynk.net</email></address>
 
13
        </sect1info>-->
 
14
 
 
15
        <title>Poker</title>
 
16
 
 
17
  <para>Written by Rosanna Yuen</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>Stock</entry>
 
31
                <entry>
 
32
                        Top left pile.
 
33
                </entry>
 
34
        </row>
 
35
        <row>
 
36
                <entry>Waste</entry>
 
37
                <entry>
 
38
                        Next to Stock.  The Waste can only hold one card.
 
39
                </entry>
 
40
        </row>
 
41
        <row>
 
42
                <entry>Tableau</entry>
 
43
                <entry>
 
44
                        Five by five grid.  Each slot can only hold one card.
 
45
                </entry>
 
46
        </row>
 
47
      </tbody>
 
48
    </tgroup>
 
49
  </informaltable>
 
50
 
 
51
          </sect2>
 
52
        <sect2><title>Goal</title>
 
53
 
 
54
  <para>
 
55
    Score as many points as possible using poker hands.  There are
 
56
    twelve hands in the board -- 5 rows, 5 columns, and 2 diagonals.
 
57
    Scoring 75 points or higher is considered a win.
 
58
  </para>
 
59
 
 
60
          </sect2>
 
61
        <sect2><title>Rules</title>
 
62
 
 
63
  <para>
 
64
    Click on the Stock to flip over cards one at a time.  The card must
 
65
    be placed somewhere on to the Tableau before the next card can be
 
66
    flipped.  Once placed, a card cannot be moved.
 
67
  </para>
 
68
 
 
69
          </sect2>
 
70
        <sect2><title>Options</title>
 
71
 
 
72
  <para>
 
73
    Shuffle mode: If selected, you can move the cards after they have
 
74
    been placed.  You need at least 120 points to win this way.
 
75
  </para>
 
76
 
 
77
          </sect2>
 
78
        <sect2><title>Scoring</title>
 
79
 
 
80
  <para>
 
81
    Poker hands are scored using the British point system, which is as follows
 
82
  </para>
 
83
 
 
84
  <informaltable>
 
85
    <tgroup cols="3">
 
86
      <tbody>
 
87
        <row>
 
88
          <entry>Hand</entry>
 
89
          <entry>Description</entry>
 
90
          <entry>Score</entry>
 
91
        </row>
 
92
        <row>
 
93
          <entry>Straight flush</entry>
 
94
          <entry>Cards are all in sequence and are the same suit</entry>
 
95
          <entry>30</entry>
 
96
        </row>
 
97
        <row>
 
98
          <entry>Four of a kind</entry>
 
99
          <entry>Contains four cards have the same rank</entry>
 
100
          <entry>16</entry>
 
101
        </row>
 
102
        <row>
 
103
          <entry>Straight</entry>
 
104
          <entry>Cards are all in sequence</entry>
 
105
          <entry>12</entry>
 
106
        </row>
 
107
        <row>
 
108
          <entry>Full House</entry>
 
109
          <entry>Three of one rank and two of another</entry>
 
110
          <entry>10</entry>
 
111
        </row>
 
112
        <row>
 
113
          <entry>Three of a kind</entry>
 
114
          <entry>Contains three cards have the same rank</entry>
 
115
          <entry>6</entry>
 
116
        </row>
 
117
        <row>
 
118
          <entry>Flush</entry>
 
119
          <entry>All five cards are the same suit</entry>
 
120
          <entry>5</entry>
 
121
        </row>
 
122
        <row>
 
123
          <entry>Two pair</entry>
 
124
          <entry>Contains two sets of two cards of the same rank</entry>
 
125
          <entry>3</entry>
 
126
        </row>
 
127
        <row>
 
128
          <entry>One pair</entry>
 
129
          <entry>Contains two cards of the same rank</entry>
 
130
          <entry>1</entry>
 
131
        </row>
 
132
      </tbody>
 
133
    </tgroup>
 
134
  </informaltable>
 
135
 
 
136
  <para>
 
137
    Maximum possible score:  276
 
138
  </para>
 
139
 
 
140
          </sect2>
 
141
        <sect2><title>Strategy</title>
 
142
 
 
143
  <para>
 
144
    Remember you are going to see almost half the deck and plan
 
145
    accordingly.  Trying to bluff the computer is not recommended.
 
146
  </para>
 
147
        </sect2>
 
148
</sect1>