Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/hanoi.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2003-02-22 01:45:28 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2003-02-22 01:45:28 (GMT)
commit5ad68788772e018756e5b5c57fad9be482537761 (patch)
tree8c33166de0240eea65097a8315b1f14322746fcb /boards/hanoi.xml.in
parent2d4d6502da53ccbab96d7e9ef8c0099d92805a48 (diff)
added hanoi
Diffstat (limited to 'boards/hanoi.xml.in')
-rw-r--r--boards/hanoi.xml.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/boards/hanoi.xml.in b/boards/hanoi.xml.in
index e38b950..e169568 100644
--- a/boards/hanoi.xml.in
+++ b/boards/hanoi.xml.in
@@ -3,18 +3,18 @@
<Board
name="hanoi"
type="hanoi"
- section="/."
- icon="boardicons/erase.png"
- difficulty="1"
+ section="/boards/."
+ icon="boardicons/hanoi.png"
+ difficulty="2"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
<_title>Simplified Tower of Hanoi</_title>
<_description>Reproduce the given tower</_description>
<_prerequisite>Mouse manipulation</_prerequisite>
- <_goal></_goal>
- <_manual>
+ <_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>
+ <_credit>Taken the concept from the EPI games.
</_credit>
</Board>
</GCompris>