Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chess.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-09-18 22:15:10 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-09-18 22:15:10 (GMT)
commit177151cbe9a841d8c40082263d4dd1678bc2006b (patch)
treebd17b973bd9563efed54e02fc495ec21b7d7ab6e /boards/chess.xml.in
parentdcafa067335ebd3f3aeab18aba6208127de1feda (diff)
added specific chess board
Diffstat (limited to 'boards/chess.xml.in')
-rw-r--r--boards/chess.xml.in20
1 files changed, 7 insertions, 13 deletions
diff --git a/boards/chess.xml.in b/boards/chess.xml.in
index 9e770e4..ec39eae 100644
--- a/boards/chess.xml.in
+++ b/boards/chess.xml.in
@@ -2,19 +2,13 @@
<GCompris>
<Board
name="chess"
- type="chess"
+ type="menu"
icon="boardicons/chess.png"
- difficulty="1"
- author="Bruno Coudoin (bruno.coudoin@free.fr)"
- boarddir="">
- <_title>Learning chess</_title>
- <_description>Play chess against tux in a learning mode</_description>
- <_prerequisite>Mouse manipulation</_prerequisite>
- <_goal></_goal>
- <_manual>
- </_manual>
- <_credit>The chess engine is the gnuchess.
-
- </_credit>
+ author="">
+ <_title>Practice chess</_title>
+ <_description>Play chess against the computer in a learning mode</_description>
</Board>
+ <Data filename="chess_movelearn.xml"/>
+ <Data filename="chess_partyend.xml"/>
+ <Data filename="chess_computer.xml"/>
</GCompris>