1/* GCompris - ActivityInfo.qml
2 *
3 * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7import GCompris 1.0
8
9ActivityInfo {
10  name: "chess_2players/Chess2Players.qml"
11  difficulty: 6
12  icon: "chess_2players/chess_2players.svg"
13  author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
14  //: Activity title
15  title: qsTr("Play chess against your friend")
16  //: Help title
17  description: ""
18  //intro: "play chess against your friend"
19  //: Help goal
20  goal: ""
21  //: Help prerequisite
22  prerequisite: ""
23  //: Help manual
24  manual: qsTr("In this activity you discover the chess game by playing against a friend. It displays the possible target positions for any selected piece which helps the children understand how pieces moves.
25\nYou can achieve a mate sooner if you follow these simple rules:
26    Trying to drive your opponent's king in the corner.
27<b>Explanation</b>: this way your opponent's king would have only 3 directions to move instead of 8 from a better position.
28    'Making a trap'. Use your pawns as baits.
29<b>Explanation</b>: this way you can lure your opponent out of his 'comfort zone'.
30    Be patient enough.
31<b>Explanation</b>: don't rush too quick, be patient. Let yourself think a little bit and try to predict your opponent's future moves, so that you can catch him or secure your pieces from his attacks.")
32  credit: ""
33  section: "strategy"
34  createdInVersion: 5000
35}
36