Warning, /education/gcompris/src/activities/chess_2players/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bruno Coudoin <bruno.coudoin@gcompris.net>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "chess_2players/Chess2Players.qml"
0011   difficulty: 6
0012   icon: "chess_2players/chess_2players.svg"
0013   author: "Bruno Coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   //: Activity title
0015   title: qsTr("Play chess (with a friend)")
0016   description: ""
0017   //intro: "play chess against your friend"
0018   goal: ""
0019   prerequisite: ""
0020   //: Help manual
0021   //: Much of this string is shared across the three activities "chess", "chess_partyend", and "chess_2players".
0022   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.
0023 \nYou can achieve a mate sooner if you follow these simple rules:
0024     Trying to drive your opponent's king in the corner.
0025 <b>Explanation</b>: this way your opponent's king would have only 3 directions to move instead of 8 from a better position.
0026     'Making a trap'. Use your pawns as baits.
0027 <b>Explanation</b>: this way you can lure your opponent out of his 'comfort zone'.
0028     Be patient enough.
0029 <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.") + ("<br><br>") + qsTr("Single click on undo button will undo one move. Single click on redo button will redo one move. To undo all the moves, press and hold the undo button for 3 seconds.")
0030   credit: ""
0031   section: "strategy"
0032   createdInVersion: 5000
0033 }