1/* GCompris - ActivityInfo.qml
2 *
3 * SPDX-FileCopyrightText: 2016 Pulkit Gupta <pulkitnsit@gmail.com>
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7import GCompris 1.0
8
9ActivityInfo {
10  name: "nine_men_morris/NineMenMorris.qml"
11  difficulty: 2
12  icon: "nine_men_morris/nine_men_morris.svg"
13  author: "Pulkit Gupta &lt;pulkitnsit@gmail.com&gt;"
14  //: Activity title
15  title: qsTr("Nine men's morris (against Tux)")
16  //: Help title
17  description: ""
18  //intro: "Click on the dot where you wish to place your piece and try to take all Tux's pieces."
19  //: Help goal
20  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.")
21  //: Help prerequisite
22  prerequisite: ""
23  //: Help manual
24  manual: qsTr("Play with the computer. First take turns to place nine pieces, and then take turns to move your pieces.")
25  credit: ""
26  section: "strategy"
27  createdInVersion: 7000
28}
29