Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/gnumch-primes.xml.in
blob: 4110b6b343922f5e633c2a9939168435efe05719 (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"
         type="python:gnumch"
         section="/algebra/gnumch/."
         difficulty="3"
         icon="boardicons/gnumch.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>