Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/gnumch-primes.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-04-26 00:25:57 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-04-26 00:25:57 (GMT)
commit015446eac4396d01046986a7cacfdc5ed77b1587 (patch)
treeb5941ff93114a43b05300fa485b74327442ea563 /boards/gnumch-primes.xml.in
parent9287e3a1fc051de78064a9cb1dedf3b9a7a78781 (diff)
New activity gnumch from Joe Neeman
This is a port of the same activity Joe did separatly. removed unused svgutil.c anim, fixed the bug when you ask an animation play on an empty drawing.
Diffstat (limited to 'boards/gnumch-primes.xml.in')
-rw-r--r--boards/gnumch-primes.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/boards/gnumch-primes.xml.in b/boards/gnumch-primes.xml.in
new file mode 100644
index 0000000..4110b6b
--- /dev/null
+++ b/boards/gnumch-primes.xml.in
@@ -0,0 +1,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>