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

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Stephane Mankowski <stephane@mankowski.fr>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "mazeinvisible/Mazeinvisible.qml"
0011   difficulty: 4
0012   icon: "mazeinvisible/mazeinvisible.svg"
0013   author: "Stephane Mankowski &lt;stephane@mankowski.fr&gt;"
0014   //: Activity title
0015   title: qsTr("Invisible maze")
0016   //: Help title
0017   description: qsTr("Guide Tux out of the invisible maze.")
0018 //  intro: "Use the arrow keys or swipe the touch screen to guide Tux out. Use the maze icon or the space key to see the map."
0019   goal: ""
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("Use the arrow keys or swipe the screen to move Tux to the door. Use the maze icon or the spacebar to switch between invisible and visible modes. Visible mode just gives you an indication of your position, like a map. You cannot move Tux in visible mode.") + "<br><br>" +
0023           qsTr("At the first levels, Tux walks comfortably, one step on each move request, through the maze.") + "<br><br>" +
0024           qsTr("For larger mazes, there is a special walking mode, called \"run-fast-mode\". If this run-fast-mode is enabled, Tux will run all the way automatically until he reaches a fork and you have to decide which way to go further.")  + "<br><br>" +
0025           qsTr("You can see whether this mode is enabled or not, by looking at Tux's feet: If Tux is barefooted, \"run-fast-mode\" is disabled. And if he wears red sport shoes, \"run-fast-mode\" is enabled.") + "<br><br>" +
0026           qsTr("At higher levels, run-fast-mode will be enabled automatically. If you want to use this feature in earlier levels or want to disable it in advanced levels, click on the \"barefoot / sportshoe\" icon in the upper left corner of the screen to toggle the run-fast-mode.\t") + ("<br><br>") +
0027           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0028           qsTr("Arrows: navigate") + ("</li><li>") +
0029           qsTr("Space: switch between invisible and visible modes") + ("</li></ul>")
0030   credit: ""
0031   section: "fun maze"
0032   createdInVersion: 0
0033 }