Warning, /education/gcompris/src/activities/bargame/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/Bargame.qml"
0011   difficulty: 2
0012   icon: "bargame/bargame.svg"
0013   author: "Utkarsh Tiwari &lt;iamutkarshtiwari@kde.org&gt;"
0014   //: Activity title
0015   title: qsTr("Bargame (against Tux)")
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 
0019   // 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."
0020   //: Help goal
0021   goal: qsTr("Don't put the ball in the last hole.")
0022   //: Help prerequisite
0023   prerequisite: qsTr("Ability to count.")
0024   //: Help manual
0025   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 Tux has to place the last ball. If you want Tux to begin, just click on him.") + ("<br>") +
0026           qsTr("You can use the arrow buttons to manually select the difficulty level. Tux will play better when you increase the level.")
0027   credit: ""
0028   section: "strategy"
0029   createdInVersion: 8000
0030 }