Warning, /education/gcompris/src/activities/nine_men_morris/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2016 Pulkit Gupta <pulkitnsit@gmail.com>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "nine_men_morris/NineMenMorris.qml"
0011 difficulty: 2
0012 icon: "nine_men_morris/nine_men_morris.svg"
0013 author: "Pulkit Gupta <pulkitnsit@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Nine men's morris (against Tux)")
0016 description: ""
0017 //intro: "Click on the dot where you wish to place your piece and try to take all Tux's pieces."
0018 //: Help goal
0019 goal: qsTr("Form mills (lines of 3 pieces) to remove Tux's pieces until he has only 2 pieces left or can not move anymore.")
0020 prerequisite: ""
0021 //: Help manual
0022 manual: qsTr("Play with Tux. First take turns to place nine pieces, and then take turns to move your pieces.") + ("<br>") +
0023 qsTr("You can use the arrow buttons to manually select the difficulty level. Tux will play better when you increase the level.")
0024 credit: ""
0025 section: "strategy"
0026 createdInVersion: 7000
0027 }