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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2017 UTKARSH TIWARI <iamutkarshtiwari@kde.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "bargame_2players/Bargame2players.qml"
0011   difficulty: 2
0012   icon: "bargame_2players/bargame_2players.svg"
0013   author: "Utkarsh Tiwari &lt;iamutkarshtiwari@kde.org&gt;"
0014   //: Activity title
0015   title: qsTr("Bargame (with a friend)")
0016   //: Help title
0017   description: qsTr("Select the number of balls you wish to place in the holes and then click on the OK button. The winner is the one who hasn't put a ball in the red hole.")
0018   // intro: "Select the number of balls you wish to place in the holes and then click on the OK button. The winner is the one who hasn't put a ball in the red hole."
0019   //: Help goal
0020   goal: qsTr("Don't put the ball in the last hole.")
0021   //: Help prerequisite
0022   prerequisite: qsTr("Ability to count.")
0023   //: Help manual
0024   manual: qsTr("Click on the ball icon to select a number of balls, then click on the OK button to place the balls in the holes. You win if your friend has to place the last ball.")
0025   credit: ""
0026   section: "strategy"
0027   createdInVersion: 8000
0028 }