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

« back to all changes in this revision

Viewing changes to boards/gnumch-primes.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="gnumch-primes"
 
5
         type="python:gnumch"
 
6
         section="/math/algebramenu/gnumchmenu"
 
7
         difficulty="6"
 
8
         icon="boardicons/gnumch-primes.png"
 
9
         author="Joe Neeman (spuzzzzzzz@gmail.com)"
 
10
         boarddir="gnumch"
 
11
         mode="primes">
 
12
         <title>Prime Number Munchers</title>
 
13
         <description>Guide the Number Muncher to all the prime numbers.</description>
 
14
         <prerequisite></prerequisite>
 
15
         <goal>Learn about prime numbers</goal>
 
16
         <manual>Prime numbers are numbers that are only divisible by themselves and 1. For example, 3 is a prime number, but 4 isn't (because 4 is divisible by 2). You can think of prime numbers as very small families: they only ever have two people in them! Only themselves and 1. You can't fit any other numbers into them with nothing left over.  5 is one of these lonely numbers (only 5 × 1 = 5), but you can see that 6 has 2 and 3 in its family as well (6 × 1 = 6, 2 × 3 = 6). So 6 is not a prime number. Use the arrow keys to navigate around the board and to avoid the Troggles. Press the spacebar to eat a number.</manual>
 
17
  </Board>
 
18
</GCompris>