Warning, /education/gcompris/src/activities/lightsoff/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: "lightsoff/Lightsoff.qml"
0011   difficulty: 6
0012   icon: "lightsoff/lightsoff.svg"
0013   author: "Stephane Mankowski &lt;stephane@mankowski.fr&gt;"
0014   //: Activity title
0015   title: qsTr("Lights off")
0016   //: Help title
0017   description: qsTr("The goal is to turn off all the lights.")
0018 //  intro: "Click on the lamps to turn them off."
0019   //: Help goal
0020   goal: qsTr("The goal is to turn off all the lights.")
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("The effect of pressing a window is to toggle the state of that window, and of its immediate vertical and horizontal neighbors. You must turn off all the lights. If you click on Tux, the solution is shown.")
0024   credit: qsTr("The solver algorithm is described on Wikipedia. To know more about the Lights Off game: &lt;https://en.wikipedia.org/wiki/Lights_Out_(game)&gt;")
0025   section: "discovery logic"
0026   createdInVersion: 0
0027   levels: "1,2,3,4,5,6,7,8,9"
0028 }