Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/gnumch-primes.xml.in
blob: 29e6665bf017e3aa8b082eed3027c1fd3d26d20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
         name="gnumch-primes"
         type="python:gnumch"
         section="/math/algebramenu/gnumchmenu"
         difficulty="6"
         icon="boardicons/gnumch-primes.png"
         author="Joe Neeman (spuzzzzzzz@gmail.com)"
         boarddir="gnumch"
         mode="primes">
         <_title>Prime Number Munchers</_title>
         <_description>Guide the Number Muncher to all the prime numbers.</_description>
         <_prerequisite></_prerequisite>
         <_goal>Learn about prime numbers</_goal>
         <_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).

         Use the arrow keys to navigate around the board and to avoid the Troggles. Press the spacebar to eat a number.</_manual>
  </Board>
</GCompris>