Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/guessnumber.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-10-11 23:08:01 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-10-11 23:08:01 (GMT)
commitbbfdd2a0c3219400312bb0f4b2999da96c14e637 (patch)
tree5377064830146e8ce4eb1607c0fa4d9d6ad15ff7 /boards/guessnumber.xml.in
parente42dd558abb509637d204bb14c56c39289f932da (diff)
A new activity coded by my son Clement.
Tux hide a number and you have to find it. It's already playable but uncomplete. It's hidden by a difficulty 0 run 'gcompris -d 0' to play with it
Diffstat (limited to 'boards/guessnumber.xml.in')
-rw-r--r--boards/guessnumber.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/boards/guessnumber.xml.in b/boards/guessnumber.xml.in
new file mode 100644
index 0000000..63f768f
--- /dev/null
+++ b/boards/guessnumber.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="guessnumber"
+ type="python:guessnumber"
+ section="/"
+ icon="boardicons/python.png"
+ difficulty="0"
+ author="Clement Coudoin (clement.coudoin@free.fr)"
+ boarddir="">
+ <_title>Guess a number</_title>
+ <_description>Tux hide a number and you must guess it</_description>
+ <_prerequisite></_prerequisite>
+ <_goal></_goal>
+ <_credit></_credit>
+ </Board>
+ <Data directory=""/>
+</GCompris>