/* GCompris - ActivityInfo.qml * * Copyright (C) 2016 Pulkit Gupta * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ import GCompris 1.0 ActivityInfo { name: "nine_men_morris_2players/NineMenMorris2players.qml" difficulty: 2 icon: "nine_men_morris_2players/nine_men_morris_2players.svg" author: "Pulkit Gupta <pulkitnsit@gmail.com>" demo: true //: Activity title title: qsTr("Nine men's morris (with a friend)") //: Help title description: qsTr("Reduce the opponent to two pieces, or by leaving him without a legal move.") //intro: "Click on the dot where you wish to place your piece and try to take all your friend's pieces." //: Help goal goal: qsTr("Form mills (line of 3 pieces) to remove pieces of opponent until opponent has only two pieces, or doesn't have a legal move") //: Help prerequisite prerequisite: "" //: Help manual manual: qsTr("Play with a friend. First take turns to place nine pieces, and then take turns to move pieces") credit: "" section: "strategy" createdInVersion: 7000 }