~paulbrianstewart/ubuntu/oneiric/gcompris/825448-Spelling-And-Grammar-Error

« back to all changes in this revision

Viewing changes to src/lightsoff-activity/lightsoff.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2010-06-27 22:51:30 UTC
  • mfrom: (1.1.16 upstream) (5.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100627225130-mf7h4m5r8m7bd9fb
Tags: 9.3-1
* New upstream release.
* Drop GTK_DISABLE_DEPRECATED patch, useless for now.
* Provide RELEASE_NOTE_9.3.txt downloaded from sourceforge.
* New voice package for Asturian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<GCompris>
 
3
  <Board
 
4
        name="lightsoff"
 
5
        type="python:lightsoff"
 
6
        section="/puzzle"
 
7
        icon="lightsoff.svg"
 
8
        difficulty="6"
 
9
        author="Bruno and Clément coudoin"
 
10
        boarddir="">
 
11
        <_title>Lights Off</_title>
 
12
        <_description>The aim is to switch off all the lights.</_description>
 
13
        <_prerequisite></_prerequisite>
 
14
        <_goal>The aim is to switch off all the lights.</_goal>
 
15
        <_manual>The effect of pressing a button is to toggle the state of that button, and of its immediate vertical and horizontal neighbours. 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>
 
16
        <_credit>The solver algorithm described on haar.clara.co.uk is a valuable resource to know more about the Lights Off game: &lt;http://www.haar.clara.co.uk/Lights/solving.html&gt;</_credit>
 
17
  </Board>
 
18
</GCompris>