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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Bharath M S <brat.197@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "align4/Align4.qml"
0011   difficulty: 2
0012   icon: "align4/align4.svg"
0013   author: "Bharath M S &lt;brat.197@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Align four (against Tux)")
0016   //: Help title
0017   description: qsTr("Arrange four tokens in a row.")
0018 //  intro: "Click on the column where you wish your token to fall and try to align of 4 tokens before Tux."
0019   //: Help goal
0020   goal: qsTr("Create a line of 4 tokens either horizontally (lying down), vertically (standing up) or diagonally.")
0021   //: Help manual
0022   manual: qsTr("Play with Tux. Take turns to click the line in which you want to drop a token. The first player to create a line of 4 tokens wins.") + ("<br>") +
0023           qsTr("You can use the arrow buttons to manually select the difficulty level. Tux will play better when you increase the level.") + ("<br><br>") +
0024           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0025           qsTr("Left arrow: move the token to the left") + ("</li><li>") +
0026           qsTr("Right arrow: move the token to the right") + ("</li><li>") +
0027           qsTr("Space or Down arrow: drop the token") + ("</li></ul>")
0028   credit: ""
0029   section: "strategy"
0030   createdInVersion: 0
0031 }