Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/hexagon.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/hexagon.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/hexagon.xml.in')
-rw-r--r--boards/hexagon.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/boards/hexagon.xml.in b/boards/hexagon.xml.in
new file mode 100644
index 0000000..688e207
--- /dev/null
+++ b/boards/hexagon.xml.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="hexagon"
+ type="python:hexagon"
+ section="/experience/."
+ difficulty="2"
+ icon="boardicons/hexagon.png"
+ author="Christof Petig and Ingo Konrad"
+ boarddir="hexagon">
+ <_title>hexagon</_title>
+ <_description>Find the strwaberry by clicking on the blue fields</_description>
+ <_prerequisite>Move and click the mouse</_prerequisite>
+ <_goal>Logic training activity</_goal>
+ <_manual>Try to find the strawberry under the blue
+fields,as nearer as you come as more as red
+get the fields
+ </_manual>
+ </Board>
+</GCompris>