[gnome-klotski/mallard-help: 5/52] help: Add rules.page



commit 1376305f48cc7f508e01dc901c04d5da872806d5
Author: Rashi Aswani <aswanirashi19 gmail com>
Date:   Sat May 24 16:43:18 2014 +0530

    help: Add rules.page
    
    Also add Makefile.am entry

 help/C/rules.page |   45 +++++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am  |    1 +
 2 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/help/C/rules.page b/help/C/rules.page
new file mode 100644
index 0000000..8fcf97d
--- /dev/null
+++ b/help/C/rules.page
@@ -0,0 +1,45 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="rules">
+
+  <info>
+    <link type="guide" xref="index#play"/>
+    <revision version="3.12" date="2014-05-23" status="review"/>
+
+    <credit type="author">
+      <name>Rashi Aswani</name>
+      <email>aswanirashi19 gmail com</email>
+      <years>2014</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
+
+  </info>
+
+  <title>Game rules</title>
+
+  <p>You have to follow some rules while sliding the blocks in order to solve
+  <app>Klotski</app>. The rules are listed below:</p>
+
+  <section id="move-block">
+    <title>Move a block</title>
+      <steps>
+        <item><p>Click on the block to be moved.</p></item> 
+        <item><p>Move the block to the desired location with the help of
+        mouse.</p></item>
+        <item><p>Click on the block again.</p></item>
+      </steps>
+  </section>
+
+ <section id="rules">
+   <title>Rules to move a block</title>
+     <list>
+       <item><p>You can not move the green blocks and the boundary
+       blocks.</p></item>
+       <item><p>You can not move over a block with the exception that the
+       patterned block can move across the green blocks.</p></item>
+       <item><p>You can take more than one step in a single move.</p></item>
+    </list>
+ </section>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 3124159..8d9db6f 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -6,6 +6,7 @@ HELP_MEDIA = \
   figures/logo.png
 HELP_FILES = \
   index.page \
+  rules.page \
   legal.xml
 
 HELP_LINGUAS = 


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