Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/maze.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-04-16 22:31:43 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-04-16 22:31:43 (GMT)
commit61936c2857dfcabbc707792ca2201038dd295fb1 (patch)
tree2cc51bbf32c2bf31e3042529f457692276f8a714 /boards/maze.xml.in
parent23d7201161f9f872e8e5c6e791b1c3853609d7c1 (diff)
many change added the name property and change name entity to title
added the timer api and implemented it in algebra board
Diffstat (limited to 'boards/maze.xml.in')
-rw-r--r--boards/maze.xml.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/boards/maze.xml.in b/boards/maze.xml.in
index 97ffdd5..17987c4 100644
--- a/boards/maze.xml.in
+++ b/boards/maze.xml.in
@@ -1,12 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
+ name="maze"
type="maze"
icon="boardicons/maze.png"
- difficulty="3"
+ difficulty="2"
author="Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)"
boarddir="maze">
- <_name>Maze</_name>
+ <_title>Maze</_title>
<_description>Find your way out of the maze</_description>
+ <_prerequisite>Can use the keyboard arrow to move an object.</_prerequisite>
+ <_goal>Help Tux get out of this maze.</_goal>
+ <_manual>Use the keyboard arrows to move Tux up to the door.</_manual>
</Board>
</GCompris>