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

« back to all changes in this revision

Viewing changes to help/en_GB/monte_carlo.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="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>Top left pile. The rest of the deck is placed here after dealing the Tableau. Cards are dealt after concatenating the Tableau onto the empty slots.</entry>
 
32
        </row>
 
33
        <row>
 
34
          <entry>Tableau</entry>
 
35
          <entry>Five by five grid, each capable of holding one card. One card dealt to each space at the beginning of game. Empty spaces can be filled by moving cards from the right to the left, from the leftmost card of the row below to the rightmost space and from the Stock to all otherwise empty spaces by clicking on the Stock.</entry>
 
36
        </row>
 
37
      </tbody>
 
38
    </tgroup>
 
39
  </informaltable>
 
40
 
 
41
          </sect2>
 
42
        <sect2><title>Goal</title>
 
43
 
 
44
  <para>Remove all cards.</para>
 
45
 
 
46
          </sect2>
 
47
        <sect2><title>Rules</title>
 
48
 
 
49
  <para>Cards can be removed in pairs that have the same value as long as the two cards are touching horizontally, vertically, or diagonally.</para>
 
50
  <para>At any point that there are empty piles in the Tableau, dealing from the Stock moves all the cards already in the Tableau from the right to left and moving them up a row to the far right if necessary making all the empty slots at the end. The Stock is then dealt on to these empty slots.</para>
 
51
 
 
52
          </sect2>
 
53
        <sect2><title>Scoring</title>
 
54
 
 
55
  <para>Each pair of cards removed scores two points.</para>
 
56
  <para>Maximum possible score: 52</para>
 
57
 
 
58
          </sect2>
 
59
        <sect2><title>Strategy</title>
 
60
 
 
61
  <para>Keep an eye out as to how the Tableau will shrink when you deal. Sometimes leaving pairs in will allow more pairs to become available after a deal.</para>
 
62
        </sect2>
 
63
</sect1>