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

« back to all changes in this revision

Viewing changes to boards/memory_sound.xml

  • 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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<GCompris>
 
3
  <Board 
 
4
         name="memory_sound"
 
5
         type="memory" 
 
6
         section="/discovery/memory_group"
 
7
         mode="sound" 
 
8
         difficulty="1"
 
9
         icon="boardicons/memory_sound.png" 
 
10
         mandatory_sound_file="sounds/memory/plick.ogg"
 
11
         author="Yves Combe (yves@ycombe.net)"
 
12
         boarddir="">
 
13
         <title>Audio memory game</title>
 
14
         <description>Click on Tux the violinist and listen to find the matching sounds</description>
 
15
        <prerequisite>Mouse manipulation, Brain.</prerequisite>
 
16
        <goal>Train your audio memory and remove all the violonists Tux.</goal>
 
17
        <manual>A set of violinist Tux is shown. Each Tux has an associated sound, and each sound has a twin exactly the same. Click on a Tux to see its hidden sound, and try to match the twins. You can only activate two Tux at once, so you need to remember where a sound is, while you listen to its twin. When you turn over the twins, they both disappear.</manual>
 
18
  </Board>
 
19
  <Data directory=""/>
 
20
</GCompris>