~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to gnomine/help/el/rules.page

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-17 16:31:36 UTC
  • mfrom: (1.1.107)
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: package-import@ubuntu.com-20120417163136-nbz9cy8b395zxxg2
Tags: 1:3.4.1-0ubuntu1
* New upstream release:
  - swell-foop: fix saving score twice
  - glines: fix closing via window decoration
  - fix help links for modules that still use docbook
  - Update help/Makefile.am for index.docbook pages
  - gnomine: Drop docbook docs and add Mallard docs to the Makefile.am
  - mahjongg: Can't select new stone without unselecting existing one
* debian/patches/00git_mahjongg_behaviour.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="rule" xml:lang="el">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#play"/>
 
6
    <link type="seealso" xref="flags"/>
 
7
    <revision version="0.1" date="2011-12-08" status="stub"/>
 
8
 
 
9
    <credit type="author copyright">
 
10
      <name>Baptiste Mille-Mathias</name>
 
11
      <email>baptistem@gnome.org</email>
 
12
      <years>2011</years>
 
13
    </credit>
 
14
 
 
15
    <desc>The basics game's rules</desc>
 
16
  </info>
 
17
 
 
18
 
 
19
  <title>Game rules</title>
 
20
 
 
21
  <p>The aim of <app>gnomine</app> is to discover the mines hidden under tiles without make them explose.</p>
 
22
  <p>At start, the <app>gnomine</app> board is full of tiles and you have to put flags on those you suspect to have mines.</p>
 
23
 
 
24
  <steps>
 
25
   <item>
 
26
    <p>The games begins with a game board full of tiles, the size of the board depends on the level of difficulty you choose.</p>
 
27
   </item>
 
28
   <item>
 
29
    <p>Click on a first tile to uncover it and discover what's under:</p>
 
30
    <list>
 
31
     <item><p>A colored number, which represent the number of mines in the adjacent tiles surrounding the current tile. 
 
32
     That gives you an indication where mines are, and so where you have to put <link xref="flags"/>.</p></item>
 
33
     <item><p>A blank title which means there is no mine around.</p></item>
 
34
     <item><p>A mine, in which case you lose.</p></item>
 
35
    </list>
 
36
   </item>
 
37
   <item>
 
38
    <p>Do again the previous step until you find all the mines remaining on the board.</p> 
 
39
   </item>
 
40
  </steps>
 
41
 
 
42
  <p>If you were fast enough to complete the game, you'll be invited to add your name in the <link xref="high-scores">high scores</link> list.</p>
 
43
 
 
44
</page>