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

« back to all changes in this revision

Viewing changes to help/gl/monte_carlo.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="Monte_Carlo"><!--<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>Monte Carlo</title>
16
 
 
17
 
  <para>Written by Rosanna Yuen</para>
18
 
 
19
 
          <sect2><title>Axustes</title>
20
 
 
21
 
 
22
 
  <informaltable>
23
 
    <tgroup cols="2">
24
 
      <tbody>
25
 
        <row>
26
 
          <entry>Tipo de baralla</entry>
27
 
          <entry>Barralla estándar</entry>
28
 
        </row>
29
 
        <row>
30
 
          <entry>Montón</entry>
31
 
          <entry>
32
 
                Top left pile.  The rest of the deck is placed here after
33
 
            dealing the Tableau.  Cards are dealt after concatenating
34
 
            the Tableau onto the empty slots.
35
 
          </entry>
36
 
        </row>
37
 
        <row>
38
 
          <entry>Taboleiro</entry>
39
 
          <entry>
40
 
                Five by five grid, each capable of holding one card.
41
 
                  One card dealt to each space at the beginning of game.  Empty
42
 
                  spaces can be filled by moving cards from the right to the
43
 
                  left, from the leftmost card of the row below to the rightmost
44
 
                  space, and from the Stock to all otherwise empty spaces by
45
 
                  clicking on the Stock.
46
 
                </entry>
47
 
        </row>
48
 
      </tbody>
49
 
    </tgroup>
50
 
  </informaltable>
51
 
 
52
 
          </sect2>
53
 
        <sect2><title>Meta</title>
54
 
 
55
 
  <para>Quitar tódalas cartas.</para>
56
 
 
57
 
          </sect2>
58
 
        <sect2><title>Regras</title>
59
 
 
60
 
  <para>
61
 
    Cards can be removed in pairs that have the same value as long as
62
 
    the two cards are touching horizontally, vertically, or diagonally.
63
 
  </para>
64
 
  <para>
65
 
    At any point that there are empty piles in the Tableau, dealing from
66
 
    the Stock moves all the cards already in the Tableau from the right
67
 
    to left and moving them up a row to the far right if necessary
68
 
    making all the empty slots at the end.  The Stock is then dealt on
69
 
    to these empty slots.
70
 
  </para>
71
 
 
72
 
          </sect2>
73
 
        <sect2><title>Puntuación</title>
74
 
 
75
 
  <para>
76
 
    Each pair of cards removed scores two points.
77
 
  </para>
78
 
  <para>Máxima puntuación posíbel: 52</para>
79
 
 
80
 
          </sect2>
81
 
        <sect2><title>Estratexia</title>
82
 
 
83
 
  <para>
84
 
    Keep an eye out as to how the Tableau will shrink when you deal.
85
 
    Sometimes leaving pairs in will allow more pairs to become available
86
 
    after a deal.
87
 
  </para>
88
 
        </sect2>
89
 
</sect1>