~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to boards/hanoi.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<GCompris>
3
 
  <Board
4
 
         name="hanoi"
5
 
         type="hanoi"
6
 
         section="/puzzle"
7
 
         icon="boardicons/hanoi.svg"
8
 
         difficulty="2"
9
 
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
10
 
         boarddir="">
11
 
         <_title>Simplified Tower of Hanoi</_title>
12
 
         <_description>Reproduce the given tower</_description>
13
 
        <_prerequisite>Mouse-manipulation</_prerequisite>
14
 
        <_goal>Reproduce the tower on the right in the empty space on the left</_goal>
15
 
        <_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>
16
 
         <_credit>Concept taken from EPI games.</_credit>
17
 
  </Board>
18
 
</GCompris>