Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/algorithm.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2004-04-01 21:45:06 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-04-01 21:45:06 (GMT)
commitd9cec1bfc931bba7728e5a06bec0524bb4d728c2 (patch)
tree8147fe4fe068d47a3d5cff96aad169b34eba47c6 /boards/algorithm.xml.in
parent27e19ffdda84d04e6ec35bb15b5e7eb543678df9 (diff)
added hexagon, manouche and algorithm. changed to english flag added
* boards/Makefile.am: added hexagon, manouche and algorithm. * boards/flags/en.png: changed to english flag * configure.in: added windows dll creation macro and libgcompris creation * src/boards/Makefile.am: link against libgcompris-1.la so suit windows issue * src/boards/python/Makefile.am: added hexagon, manouche and algorithm. * src/gcompris/Makefile.am: creation of libgcompris-1.la * src/gcompris/config.c: added en_uk. * boards/algorithm.xml.in: created by Christof Petig and Ingo Konrad * boards/hexagon.xml.in: created by Christof Petig and Ingo Konrad * boards/minouche.xml.in: created by Christof Petig and Ingo Konrad * oards/boardicons/algorithm.png: created by Christof Petig and Ingo Konrad * boards/boardicons/hexagon.png: created by Christof Petig and Ingo Konrad * boards/boardicons/minouche.png: created by Christof Petig and Ingo Konrad * src/boards/python/algorithm.py: created by Christof Petig and Ingo Konrad * src/boards/python/hexagon.py: created by Christof Petig and Ingo Konrad * src/boards/python/minouche.py: created by Christof Petig and Ingo Konrad
Diffstat (limited to 'boards/algorithm.xml.in')
-rw-r--r--boards/algorithm.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/boards/algorithm.xml.in b/boards/algorithm.xml.in
new file mode 100644
index 0000000..ad5aeaf
--- /dev/null
+++ b/boards/algorithm.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="algorithm"
+ type="python:algorithm"
+ section="/experience/."
+ difficulty="2"
+ icon="boardicons/algorithm.png"
+ author="Christof Petig and Ingo Konrad"
+ boarddir="algorithm">
+ <_title>algorithm</_title>
+ <_description>Complete a list of symbols</_description>
+ <_prerequisite>Move and click the mouse</_prerequisite>
+ <_goal>Logic training activity</_goal>
+ <_manual>Look at the list with given symbols.
+Then try to complete it clicking on the
+right symbol.
+ </_manual>
+ </Board>
+</GCompris>