Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chess_computer.xml.in
blob: 71ed5f3569bba981245e4de3bb1cf4c28dcff1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
	 name="chess_computer"
	 type="chess"
	 section="/strategy/chess"
	 mode="computer"
	 icon="boardicons/chess_computer.svg"
	 difficulty="2"
	 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>At the start, each player (one controlling the white pieces, the other controlling the black pieces) controls sixteen pieces: one king, one queen, two rooks, two knights, two bishops, and eight pawns. The object of the game is to checkmate the opponent's king, whereby the king is under immediate attack (in "check") and there is no way to remove it from attack on the next move.</_manual>
	 <_credit>The chess engine is from gnuchess.</_credit>
  </Board>
</GCompris>