Warning, /education/gcompris/src/activities/mazerelative/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: "mazerelative/Mazerelative.qml"
0011   difficulty: 3
0012   icon: "mazerelative/mazerelative.svg"
0013   author: "Stephane Mankowski &lt;stephane@mankowski.fr&gt;"
0014   //: Activity title
0015   title: qsTr("Relative maze")
0016   //: Help title
0017   description: qsTr("Help Tux get out of this maze (moves are relative).")
0018 //  intro: "Help Tux find his way out. Left and right are used to turn and up to go forward."
0019   goal: ""
0020   prerequisite: ""
0021   //: Help manual
0022   manual: qsTr("Use the arrow keys or swipe the screen to move Tux to the door.") + "<br><br>" +
0023           qsTr("In this maze, the moves are relative (first person). Left and right are used to turn and up to move forward.") + "<br><br>" +
0024           qsTr("At the first levels, Tux walks comfortably, one step on each move request, through the maze.") + "<br><br>" +
0025           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>" +
0026           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>" +
0027           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>") +
0028           qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0029           qsTr("Left and Right arrows: turn left and right") + ("</li><li>") +
0030           qsTr("Down arrow: turn backward") + ("</li><li>") +
0031           qsTr("Up arrow: move forward") + ("</li></ul>")
0032   credit: ""
0033   section: "fun maze"
0034   createdInVersion: 0
0035 }