Warning, /education/gcompris/src/activities/nine_men_morris_2players/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_2players/NineMenMorris2players.qml"
0011   difficulty: 2
0012   icon: "nine_men_morris_2players/nine_men_morris_2players.svg"
0013   author: "Pulkit Gupta &lt;pulkitnsit@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Nine men's morris (with a friend)")
0016   description: ""
0017   //intro: "Click on the dot where you wish to place your piece and try to take all your friend's pieces."
0018   //: Help goal
0019   goal: qsTr("Form mills (lines of 3 pieces) to remove your opponent's pieces until your opponent has only 2 pieces left or can not move anymore.")
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("Play with a friend. First take turns to place nine pieces, and then take turns to move your pieces.")
0023   credit: ""
0024   section: "strategy"
0025   createdInVersion: 7000 
0026 }