Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/maze3D.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-11-11 23:49:31 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-11-11 23:49:31 (GMT)
commitad9e34265c684235370c42ef8dc9cac4d3293ad9 (patch)
treeee4beff2da26915cfef75bc107419c1d3a804259 /boards/maze3D.xml.in
parent24e9afc82c5ee76b70a57f3c89bdfe4bb447e630 (diff)
added maze 3D added maze 2D force added gnuchess requirement updated added
* boards/fun.xml.in: added maze 3D * boards/maze.xml.in: added maze 2D force * gcompris.spec.in: added gnuchess requirement * po/POTFILES.in: updated * src/boards/algebra.c: (key_press), (get_operand), (init_operation): added backspace support * src/boards/chess.c: (start_board), (chess_create_item), (item_event), (engine_local_cb), (write_child): now works with gnuchess 5 only * src/boards/maze.c: Christof Petig <christof@petig-baender.de> implemented a 3D mode * src/boards/reversecount.c: (process_ok), (reversecount_create_item): Changed the tux to a top view 4 direction one * src/gcompris/soundutil.c: (scheduler), (gcompris_play_ogg): removed comments
Diffstat (limited to 'boards/maze3D.xml.in')
-rw-r--r--boards/maze3D.xml.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/boards/maze3D.xml.in b/boards/maze3D.xml.in
new file mode 100644
index 0000000..dd182df
--- /dev/null
+++ b/boards/maze3D.xml.in
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="maze"
+ type="maze"
+ mode="3D"
+ icon="boardicons/maze3D.png"
+ difficulty="2"
+ author="Bastiaan Verhoef (b.f.verhoef@student.utwente.nl)"
+ boarddir="maze">
+ <_title>3D Maze</_title>
+ <_description>Find your way out of the 3D maze</_description>
+ <_prerequisite>Can use the keyboard arrow to move an object.</_prerequisite>
+ <_goal>Help Tux get out of this maze.</_goal>
+ <_manual>Use the keyboard arrows to move Tux up to the door.</_manual>
+ </Board>
+</GCompris>