Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/maze2DRelative.xml.in
blob: 464aa151014490d4d0c5598eda4ba788611bdf8f (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="maze2DRelative"
	 type="maze"
	 section="/discovery/mazeMenu"
	 mode="2DR"
	 icon="boardicons/maze.svg"
	 difficulty="3"
	 author="Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)"
	 boarddir="maze">
	 <_title>Maze</_title>
	 <_description>Find your way out of the maze (Move is relative)</_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. In this maze, the move is relative (first person). Use the up arrow to go forward. The other arrow let you turn Tux in another direction.</_manual>
  </Board>
</GCompris>