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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2017 Johnny Jazeix <jazeix@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010     name: "checkers_2players/Checkers2Players.qml"
0011     difficulty: 4
0012     icon: "checkers_2players/checkers_2players.svg"
0013     author: "Johnny Jazeix &lt;jazeix@gmail.com&gt;"
0014     //: Activity title
0015     title: qsTr("Play checkers (with a friend)")
0016     //: Help title
0017     description: qsTr("The version in GCompris is the international draughts.")
0018     //intro: "play checkers with your friend"
0019     //: Help goal
0020     goal: qsTr("Capture all the pieces of your opponent before your opponent captures all of yours.")
0021     prerequisite: ""
0022     //: Help manual
0023     manual: qsTr("Checkers is played by two opponents, on opposite sides of the gameboard. One player has the dark pieces; the other has the light pieces. Players alternate turns. A player may not move an opponent's piece. A move consists of moving a piece diagonally to an adjacent unoccupied square. If the adjacent square contains an opponent's piece, and the square immediately beyond it is vacant, the piece may be captured (and removed from the game) by jumping over it.
0024 Only the dark squares of the checkered board are used. A piece may move only diagonally into an unoccupied square. Capturing is mandatory. The player without pieces remaining, or who cannot move due to being blocked, loses the game.
0025 When a man reaches the crownhead or kings row (the farthest row forward), it becomes a king, and is marked by placing an additional piece on top of the first man, and acquires additional powers including the ability to move backwards. If there is a piece in a diagonal that a king can capture, he can move any distance along the diagonal, and may capture an opposing man any distance away by jumping to any of the unoccupied squares immediately beyond it.
0026 ")
0027     credit: qsTr("The checkers library is draughts.js &lt;https://github.com/shubhendusaurabh/draughts.js&gt;. Manual is from wikipedia &lt;https://en.wikipedia.org/wiki/Draughts&gt;")
0028     section: "strategy"
0029     createdInVersion: 8000
0030 }