~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to boards/fifteen.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2006-12-15 23:08:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215230817-exr5ks1hd73s3tlk
Tags: 8.2.2-1
* New upstream bugfix release, fixes among other things the support for
  the version of gnucap shipped in etch.
* Add missing dependency on python-gtk2 (Closes: #396523).
* Removed reference to non-existent sound file from memory.c (upstream
  fix - impacts 8.2 as well).  
* Now suggests gnuchess, gnucap, and tuxpaint.
* Updated extended description for the main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<GCompris>
3
 
  <Board 
 
3
  <Board
4
4
         name="fifteen"
5
5
         type="fifteen"
6
 
         section="/boards/."
7
 
         icon="boardicons/fifteen.png" 
8
 
         difficulty="1"
 
6
         section="/puzzle"
 
7
         icon="boardicons/fifteen.png"
 
8
         difficulty="5"
9
9
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
10
10
         boarddir="">
11
11
         <_title>The fifteen game</_title>
12
 
         <_description>Move the items one by one to reorder them in the increasing number</_description>
13
 
        <_prerequisite>Mouse manipulation</_prerequisite>
 
12
         <_description>Move each item to make an increasing series: from the smallest to the largest</_description>
 
13
        <_prerequisite>Mouse-manipulation</_prerequisite>
14
14
        <_goal></_goal>
15
 
         <_manual>
16
 
Click on any item that has a free block beside it. It will be swapped with the empty block.
17
 
         </_manual>
18
 
         <_credit>Original code taken from libgnomecanvas demo
19
 
         </_credit>
 
15
         <_manual>Click on any item that has a free block beside it, and it will be swapped with the empty block.</_manual>
 
16
         <_credit>Original code taken from the libgnomecanvas demo</_credit>
20
17
  </Board>
21
18
</GCompris>