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

« back to all changes in this revision

Viewing changes to boards/memory_add_minus.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_add_minus"
5
 
         type="memory" 
6
 
         section="/math/algebramenu/memory_op_group"
7
 
         mode="add_minus" 
8
 
         difficulty="1"
9
 
         icon="boardicons/mem_solo_plus_minus.svg" 
10
 
         author="Yves Combe (yves@ycombe.net)"
11
 
         boarddir="">
12
 
         <title>Addition and subtraction memory game</title>
13
 
         <description>Turn the cards over to find two numbers which add or subtract the same, until all the cards are gone.</description>
14
 
        <prerequisite>Subtraction</prerequisite>
15
 
        <goal>Practise addition, subtraction, until all the cards are gone.</goal>
16
 
        <manual xml:space="preserve">You can see some cards, but you can't see what's on the other side of them. Each card is hiding an operation, or the answer to it.
17
 
 
18
 
In this game, these cards are hiding the two parts of an operation. You need to find the two parts of the operation, and bring them together again. Click on a card to see what number it's hiding, then try to find the other card that goes with it, to make a whole operation. You can only turn over two cards in one go, so you need to remember where the numbers are hiding, then you can match them when you find their other half. You're doing the job of the equals sign, and the numbers need you to put them together and make a proper equality. When you do that, both those cards disappear! When you've made them all disappear, found all the operations, you've won the game! :)</manual>
19
 
  </Board>
20
 
  <Data directory=""/>
21
 
</GCompris>