Warning, /education/gcompris/src/activities/align4_2players/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_2players/Align42players.qml"
0011   difficulty: 2
0012   icon: "align4_2players/align4_2players.svg"
0013   author: "Bharath M S &lt;brat.197@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Align four (with a friend)")
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 4 tokens to win."
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 a friend. 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><br>") +
0023           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0024           qsTr("Left arrow: move the token to the left") + ("</li><li>") +
0025           qsTr("Right arrow: move the token to the right") + ("</li><li>") +
0026           qsTr("Space or Down arrow: drop the token") + ("</li></ul>")
0027   credit: ""
0028   section: "strategy"
0029   createdInVersion: 0
0030 }