Warning, /education/gcompris/src/activities/memory/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/Memory.qml"
0011   difficulty: 1
0012   icon: "memory/memory.svg"
0013   author: "JB BUTET &lt;ashashiwa@gmail.com&gt;"
0014   //: Activity title
0015   title: qsTr("Memory game with images")
0016   //: Help title
0017   description: qsTr("Flip the cards to find the matching pairs.")
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: ("<ul><li>") +
0029           ('"Card Flip" by f4ngy, (https://freesound.org/people/f4ngy/sounds/240776/), CC BY 3.0') + ("</li></ul>")
0030   section: "fun memory"
0031   createdInVersion: 0
0032 }