Warning, /education/gcompris/src/activities/calcudoku/ActivityInfo.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - ActivityInfo.qml
0002 *
0003 * SPDX-FileCopyrightText: 2023 Johnny Jazeix <jazeix@gmail.com>
0004 * SPDX-License-Identifier: GPL-3.0-or-later
0005 */
0006 import GCompris 1.0
0007
0008 ActivityInfo {
0009 name: "calcudoku/Calcudoku.qml"
0010 difficulty: 4
0011 icon: "calcudoku/calcudoku.svg"
0012 author: "Johnny Jazeix <jazeix@gmail.com>"
0013 //: Activity title - the game is the KenKen but we cannot use KenKen as it is a trademark name
0014 title: qsTr("Calcudoku")
0015 //: Help title
0016 description: qsTr("Solve the Calcudoku.")
0017 //intro: "Select a number and click on its target position. Each number must appear only once in a row and in a column. The numbers in the cells of a cage must produce the given result when combined using the given operator."
0018 //: Help goal
0019 goal: qsTr("Develop your logical reasoning skills: data linking, deduction and spatial location while using calculation.")
0020 //: Help prerequisite
0021 prerequisite: qsTr("Completing the puzzle requires patience and arithmetic abilities.")
0022 //: Help manual
0023 manual: qsTr("Select a number in the list and click on its target position to fill the grid. Each number must appear only once in a row and in a column. Cages are groups of cells providing information on how to fill them. Cages made of more than one cell provide a result and an operator: all the numbers in the cage, when combined using the operator, must produce the result. Cages made of only one cell directly provide the number to enter.")
0024 credit: ""
0025 section: "math arithmetic"
0026 createdInVersion: 40000
0027 levels: "1,2,3,4,5"
0028 }