Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chess_computer.xml.in
blob: 7e18e2eb14c2695f5d26071d33839e0da749aa93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board 
	 name="chess"
	 type="chess" 
	 mode="computer" 
	 icon="boardicons/chess_computer.png" 
	 difficulty="1"
	 author="Bruno Coudoin (bruno.coudoin@free.fr)"
	 boarddir="">
	 <_title>Learning chess</_title>
	 <_description>Play chess against the computer in a learning mode</_description>
	 <_prerequisite>Mouse manipulation</_prerequisite>
	 <_goal></_goal>
	 <_manual>
	 </_manual>
	 <_credit>The chess engine is the gnuchess.

	 </_credit>
  </Board>
</GCompris>