[gnome-games] gnomine: update board size help



commit c139001fbc7a3d97aa0654a1cb152e9b8f2a8765
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sun Jun 17 13:54:06 2012 +0100

    gnomine: update board size help

 gnomine/help/C/board-size.page |   43 +++++++++++++++++++++++++++++
 gnomine/help/C/difficulty.page |   45 -------------------------------
 gnomine/help/C/new-game.page   |    2 +-
 gnomine/help/C/rules.page      |   58 +++++++++++++++++++--------------------
 4 files changed, 72 insertions(+), 76 deletions(-)
---
diff --git a/gnomine/help/C/board-size.page b/gnomine/help/C/board-size.page
new file mode 100644
index 0000000..982ae43
--- /dev/null
+++ b/gnomine/help/C/board-size.page
@@ -0,0 +1,43 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="board-size">
+
+  <info>
+    <link type="guide" xref="index#tips"/>
+    <revision version="0.1" date="2011-12-05" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Baptiste Mille-Mathias</name>
+      <email>baptistem gnome org</email>
+      <years>2011</years>
+    </credit>
+    <credit type="author copyright editor">
+      <name>Ekaterina Gerasimova</name>
+      <email>kittykat3756 gmail com</email>
+      <years>2012</years>
+    </credit>
+
+    <desc>Select an existing or custom field size</desc>
+  </info>
+
+  <title>Change the game board size</title>
+
+  <p>You can select a field size at the start of a new game.</p>
+
+  <steps>
+    <item>
+      <p>Click <gui style="button">New</gui> or <guiseq><gui style="menu">Mines</gui><gui style="menuitem">New Game</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>Select one of the grid sizes:</p>
+      <list>
+        <item><p>a 8 Ã 8 board with 10 mines</p></item>
+        <item><p>a 16 Ã 16 board with 40 mines</p></item>
+        <item><p>a 30 Ã 16 board with 99 mines</p></item>
+	<item><p>a custom board, where you chose the size and the number of
+	mines</p></item>
+      </list>
+    </item>
+  </steps>
+
+</page>
diff --git a/gnomine/help/C/new-game.page b/gnomine/help/C/new-game.page
index a570bd2..71287c3 100644
--- a/gnomine/help/C/new-game.page
+++ b/gnomine/help/C/new-game.page
@@ -24,7 +24,7 @@
 
   <p>To start a new game, click the <gui style="button">New</gui> button or
   select <guiseq><gui style="menu">Mines</gui><gui style="menuitem">New
-  Game</gui></guiseq> from the menu, then <link xref="difficulty">select your
+  Game</gui></guiseq> from the menu, then <link xref="board-size">select your
   preferred board size</link>.</p>
 
   <p>If you are already playing a game, <app>Mines</app> will ask if you want
diff --git a/gnomine/help/C/rules.page b/gnomine/help/C/rules.page
index 473530d..088598e 100644
--- a/gnomine/help/C/rules.page
+++ b/gnomine/help/C/rules.page
@@ -27,38 +27,36 @@
   <p>The aim of <app>Mines</app> is to clear the minefield without detonating
   any of the mines.</p>
 
-  <p>To start off with, the board is covered in tiles; your aim is to uncover
-  all the tiles that do not have mines under them.</p>
-
   <steps>
-   <item>
-    <p>The game begins with a game board full of tiles, the size of the board
-    depends on the level of difficulty you choose.</p>
-   </item>
-   <item>
-    <p>Click on any tile to uncover it and discover what is underneath:</p>
-    <list>
-     <item><p>A colored number, which represent the number of mines in the
-     adjacent tiles. This gives you an indication of where mines are, and so
-     where you have to put <link xref="flags"/>.</p></item>
-     <item><p>A blank title which means there are no mines in any of the
-     adjacent tiles.</p></item>
-     <item><p>A mine, in which case you lose.</p></item>
-    </list>
-   </item>
-   <item>
-    <p>Repeat the previous steps until you have uncovered all the tiles which
-    do not have mines underneath them.</p> 
-   </item>
+    <item>
+      <p>Start by chosing one of the three default board sizes, or by
+      selecting a custom board.</p>
+    </item>
+    <item>
+      <p>The game begins with the board covered in tiles, click on any tile to
+      uncover it. You will reveal:</p>
+      <list>
+        <item>
+	  <p>A colored number, which represent the number of mines in the
+	  adjacent tiles. This will help you deduce where the mines are so that
+	  you can mark them with <link xref="flags"/>.</p>
+        </item>
+        <item>
+	  <p>A blank title, which means there are no mines under any of the
+	  adjacent tiles.</p>
+        </item>
+        <item>
+	  <p>A mine, which will detonate and end the game.</p>
+	</item>
+      </list>
+    </item>
+    <item>
+      <p>Repeat the previous step until you have uncovered all the tiles which
+      do not have mines underneath them.</p>
+    </item>
   </steps>
 
-  <p>If you complete the game quickly enough, you will be invited to add
-  yourself to the <link xref="high-scores">high scores</link> list.</p>
-
-  <comment>
-    <cite date="2012-06-15" href="kittykat3756 gmail com">Kat</cite>
-    <p>TODO: check that one does not keep being added to the high score list
-    every time.</p>
-  </comment>
+  <p>If you complete the game quickly enough, you will be added to the <link
+  xref="high-scores">high scores</link> list.</p>
 
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]