Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/target.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-04-16 22:31:43 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-04-16 22:31:43 (GMT)
commit61936c2857dfcabbc707792ca2201038dd295fb1 (patch)
tree2cc51bbf32c2bf31e3042529f457692276f8a714 /boards/target.xml.in
parent23d7201161f9f872e8e5c6e791b1c3853609d7c1 (diff)
many change added the name property and change name entity to title
added the timer api and implemented it in algebra board
Diffstat (limited to 'boards/target.xml.in')
-rw-r--r--boards/target.xml.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/boards/target.xml.in b/boards/target.xml.in
index fef1c30..87ae0a5 100644
--- a/boards/target.xml.in
+++ b/boards/target.xml.in
@@ -1,13 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
+ name="target"
type="target"
mode=""
difficulty="2"
- icon="target/boardicon.png"
+ icon="boardicons/target.png"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="target">
- <_name>Practice the addition with a target game</_name>
+ <_title>Practice the addition with a target game</_title>
<_description>Touch the target and count your points</_description>
+ <_prerequisite>Can move the mouse, can read numbers and count
+up to 15 for the first level</_prerequisite>
+ <_goal>Send darts on a target and count your score.</_goal>
+ <_manual>First check the wind strengh and direction,
+then click on the target to launch a dart,
+when all your darts are sent, a window appear requiring you to count
+your score. Enter the score with the keyboard then press
+the enter key ok or the OK icon.</_manual>
</Board>
</GCompris>