Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/maze.xml.in
blob: 54f54b32bf186857b1ded0ecd0d9bae478a5ca71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
	 name="maze"
	 type="maze"
	 section="/discovery/mazeMenu"
	 mode="2D"
	 icon="boardicons/maze.svg"
	 difficulty="2"
	 author="Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)"
	 boarddir="maze">
	 <_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>