Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/hanoi.xml.in
blob: 1dbf96ea6c41da7d42e9400df0388567b72144d5 (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="hanoi"
	 type="hanoi"
	 section="/puzzle"
	 icon="boardicons/hanoi.svg"
	 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>Reproduce the tower on the right in the empty space on the left</_goal>
	<_manual>Drag and Drop one top piece at a time, from one peg to another, to reproduce the tower on the right in the empty space on the left.</_manual>
	 <_credit>Concept taken from EPI games.</_credit>
  </Board>
</GCompris>