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

« back to all changes in this revision

Viewing changes to help/sv/monte_carlo.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="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>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.  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>Tableau</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>Goal</title>
 
54
 
 
55
  <para>
 
56
    Remove all cards.
 
57
  </para>
 
58
 
 
59
          </sect2>
 
60
        <sect2><title>Rules</title>
 
61
 
 
62
  <para>
 
63
    Cards can be removed in pairs that have the same value as long as
 
64
    the two cards are touching horizontally, vertically, or diagonally.
 
65
  </para>
 
66
  <para>
 
67
    At any point that there are empty piles in the Tableau, dealing from
 
68
    the Stock moves all the cards already in the Tableau from the right
 
69
    to left and moving them up a row to the far right if necessary
 
70
    making all the empty slots at the end.  The Stock is then dealt on
 
71
    to these empty slots.
 
72
  </para>
 
73
 
 
74
          </sect2>
 
75
        <sect2><title>Scoring</title>
 
76
 
 
77
  <para>
 
78
    Each pair of cards removed scores two points.
 
79
  </para>
 
80
  <para>
 
81
    Maximum possible score:  52
 
82
  </para>
 
83
 
 
84
          </sect2>
 
85
        <sect2><title>Strategy</title>
 
86
 
 
87
  <para>
 
88
    Keep an eye out as to how the Tableau will shrink when you deal.
 
89
    Sometimes leaving pairs in will allow more pairs to become available
 
90
    after a deal.
 
91
  </para>
 
92
        </sect2>
 
93
</sect1>