Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/gnumch-primes.xml.in
blob: 6c257ab85d9e7d82d108fe6f6ebb67b8d0bdb169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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.svg"
         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). 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>
  </Board>
</GCompris>