Warning, /education/gcompris/src/activities/tic_tac_toe/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityIngo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2014 Pulkit Gupta <pulkitgenius@gmail.com>
0004  *
0005  * Authors:
0006  *   Pulkit Gupta <pulkitgenius@gmail.com>
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 import GCompris 1.0
0011 
0012 ActivityInfo {
0013   name: "tic_tac_toe/TicTacToe.qml"
0014   difficulty: 2
0015   icon: "tic_tac_toe/tic_tac_toe.svg"
0016   author: "Pulkit Gupta &lt;pulkitgenius@gmail.com&gt;"
0017   //: Activity title
0018   title: qsTr("Tic tac toe (against Tux)")
0019   //: Help title
0020   description: qsTr("Place three marks in a row.")
0021 //  intro: "Click on the square which you wish to mark and try to mark 3 consecutive squares before Tux."
0022   //: Help goal
0023   goal: qsTr("Place three marks in any horizontal, vertical, or diagonal row to win the game.")
0024   prerequisite: ""
0025   //: Help manual
0026   manual: qsTr("Play with Tux. Take turns to click on the square which you want to mark. The first player to create a line of 3 marks wins.") + ("<br>") +
0027           qsTr("Tux will play better when you increase the level.")
0028   credit: ""
0029   section: "strategy"
0030   createdInVersion: 4000
0031 }