/usr/share/gcompris/boards/lightsoff.xml is in gcompris-data 13.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
name="lightsoff"
type="python:lightsoff"
section="/puzzle"
icon="lightsoff.svg"
difficulty="6"
author="Bruno and Clément coudoin"
boarddir="">
<title>Lights Off</title>
<description>The aim is to switch off all the lights.</description>
<prerequisite></prerequisite>
<goal>The aim is to switch off all the lights.</goal>
<manual>The effect of pressing a button is to toggle the state of that button, and of its immediate vertical and horizontal neighbors. The sun and the color of the sky depend on the number of clicks needed to solve the puzzle. If you click on Tux, the solution is shown.</manual>
<credit>The solver algorithm is described on Wikipedia. To know more about the Lights Off game: <http://en.wikipedia.org/wiki/Lights_Out_(game)></credit>
</Board>
</GCompris>
|