~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to boards/chess_movelearn.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<GCompris>
3
 
  <Board
4
 
         name="chess_movelearn"
5
 
         type="chess"
6
 
         section="/strategy/chess"
7
 
         mode="movelearn"
8
 
         icon="boardicons/chess_movelearn.svg"
9
 
         difficulty="2"
10
 
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
11
 
         boarddir="">
12
 
         <title>Learning chess</title>
13
 
         <description>Chess training. Catch the computer's pawns.</description>
14
 
         <prerequisite>Mouse-manipulation</prerequisite>
15
 
         <goal></goal>
16
 
         <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>
17
 
         <credit>The chess engine is from gnuchess.</credit>
18
 
  </Board>
19
 
</GCompris>