Warning, /education/gcompris/src/activities/hanoi/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2015 Johnny Jazeix <jazeix@gmail.com>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "hanoi/Hanoi.qml"
0011 difficulty: 2
0012 icon: "hanoi/hanoi.svg"
0013 author: "Johnny Jazeix <jazeix@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Simplified Tower of Hanoi")
0016 //: Help title
0017 description: qsTr("Reproduce the given tower.")
0018 //intro: "Rebuild the same tower in the empty area as the one you see on the right hand side."
0019 //: Help goal
0020 goal: qsTr("Reproduce the tower on the right in the empty area.")
0021 //: Help prerequisite
0022 prerequisite: qsTr("Mouse-manipulation.")
0023 //: Help manual
0024 manual: qsTr("Drag and Drop one top piece at a time, from one tower to another, to reproduce the tower on the right in the empty area.")
0025 credit: qsTr("Concept taken from EPI games.")
0026 section: "discovery logic"
0027 createdInVersion: 4000
0028 }