Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/submarine.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2003-03-25 22:06:23 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2003-03-25 22:06:23 (GMT)
commit6852e421e84dec0311674410cce8d50ea5b99e0e (patch)
tree4cd76938db4a47a683687aa8468cc95908f909f4 /boards/submarine.xml.in
parent0ccfced9dc047bbdd456dc71c8bbe2a8c1d235cd (diff)
Olivier Samyn <osamyn@ulb.ac.be>
Completed the python port
Diffstat (limited to 'boards/submarine.xml.in')
-rw-r--r--boards/submarine.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/boards/submarine.xml.in b/boards/submarine.xml.in
new file mode 100644
index 0000000..69c6665
--- /dev/null
+++ b/boards/submarine.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="submarine"
+ type="submarine"
+ section="/boards/."
+ icon="boardicons/erase.png"
+ difficulty="2"
+ author="Bruno Coudoin (bruno.coudoin@free.fr)"
+ boarddir="submarine">
+ <_title>Simplified Tower of Hanoi</_title>
+ <_description>Reproduce the given tower</_description>
+ <_prerequisite>Mouse manipulation</_prerequisite>
+ <_goal>Reproduce in the empty area the same tower than the one on the right</_goal>
+ <_manual>Drag and Drop the top piece only on an empty location
+ </_manual>
+ <_credit>Taken the concept from the EPI games.
+ </_credit>
+ </Board>
+</GCompris>