~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to boards/memory.xml

  • 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="memory"
5
 
         type="memory" 
6
 
         section="/discovery/memory_group"
7
 
         mode="image" 
8
 
         difficulty="1"
9
 
         icon="boardicons/memory.svg" 
10
 
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
11
 
         boarddir="">
12
 
         <title>Memory Game with images</title>
13
 
         <description>Flip the cards to find the matching pairs</description>
14
 
        <prerequisite>Mouse-manipulation</prerequisite>
15
 
        <goal>Train your memory and remove all the cards</goal>
16
 
        <manual>A set of blank cards is shown. Each card has a picture on the other side, and each picture card has a twin exactly the same. Click on a card to see its hidden picture, and try to match the twins. You can only turn over two cards at once, so you need to remember where a picture is, while you look for its twin. When you turn over the twins, they both disappear.</manual>
17
 
  </Board>
18
 
  <Data directory=""/>
19
 
</GCompris>