Warning, /education/gcompris/src/activities/memory-tux/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2015 JB BUTET <ashashiwa@gmail.com>
0004 *
0005 * SPDX-License-Identifier: GPL-3.0-or-later
0006 */
0007 import GCompris 1.0
0008
0009 ActivityInfo {
0010 name: "memory-tux/MemoryTux.qml"
0011 difficulty: 1
0012 icon: "memory-tux/memory-tux.svg"
0013 author: "JB BUTET <ashashiwa@gmail.com>"
0014 //: Activity title
0015 title: qsTr("Memory game with images against Tux")
0016 //: Help title
0017 description: qsTr("Flip the cards to find the matching pairs, playing against Tux.")
0018 // intro: "Click on a card and find its double."
0019 //: Help goal
0020 goal: qsTr("Train your memory and remove all the cards.")
0021 //: Help prerequisite
0022 prerequisite: qsTr("Mouse-manipulation.")
0023 //: Help manual
0024 manual: qsTr("Each card has a picture on the hidden side, and each card has a twin with exactly the same picture. Click on a card to see its hidden picture, and try to match the twins. You can only flip two cards at once, so you need to remember where a picture is, while you look for its twin. When you flip the twins, they both disappear.") + ("<br><br>") +
0025 qsTr("<b>Keyboard controls:</b>") + ("<ul><li>") +
0026 qsTr("Arrows: navigate") + ("</li><li>") +
0027 qsTr("Space or Enter: flip the selected card") + ("</li></ul>")
0028 credit: ""
0029 section: "fun memory"
0030 createdInVersion: 0
0031 }