~jtaylor/ubuntu/raring/gnome-games/lp-995281

« back to all changes in this revision

Viewing changes to lightsoff/help/ru/strategy.page

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-06 14:24:08 UTC
  • mfrom: (169.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20120606142408-r21yxitr24ev0hmn
Tags: 1:3.5.2-0ubuntu2
* debian/control:
  - Add back build-depends on python-gi-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="strategy" xml:lang="ru">
 
3
        <info>
 
4
          <revision version="3.4" date="2012-03-08" status="review"/>
 
5
          <link type="guide" xref="index#play"/>
 
6
          <credit type="author copyright">
 
7
            <name>Perumal Viravan</name>
 
8
            <email>perumalv18@gmail.com</email>
 
9
          <years>2012</years>
 
10
          </credit>
 
11
          <license>
 
12
                <p>Creative Commons Share Alike 3.0</p>
 
13
          </license>
 
14
        </info>
 
15
 
 
16
        <title>Strategy</title>
 
17
        <p>This is a simple strategy to solve the <app>Lights Off</app> puzzle by using the method called "Chase the Lights".</p>
 
18
          <steps>
 
19
            <item><p>Chase the lights starting from the first row. To chase the lights in the first row, click the tile on the second row corresponding to the light in the first row. This will turn off that light in the first row.</p>
 
20
                  <note><p>This method can be used in the same way to chase the lights in other rows as well, i.e., if you want to chase the lights in the second row, click the corresponding tile in the third row.</p></note>
 
21
            </item>
 
22
            <item><p>In the same way continue to chase the lights in the second, third and fourth row. At the end of this you will be only left with the lights in the fifth row.</p></item>
 
23
 
 
24
            <item><p>Now depending on which lights are remaining in the fifth row, click the tiles in the first row using the table given below. </p>
 
25
 
 
26
<table frame="all" shade="all" rules="all">
 
27
  <tr>
 
28
    <td><p>Lights Left on the fifth Row</p></td> <td><p> Tiles to Click on the First Row</p></td>
 
29
  </tr>
 
30
  <tr>
 
31
    <td><p>1, 2, 3</p></td> <td><p>2</p></td>
 
32
  </tr><tr>
 
33
    <td><p>1, 2, 4, 5</p></td> <td><p>3</p></td>
 
34
  </tr><tr>
 
35
    <td><p>1, 3, 4</p></td> <td><p>5</p></td>
 
36
  </tr><tr>
 
37
    <td><p>1, 5</p></td> <td><p>1, 2</p></td>
 
38
  </tr><tr>
 
39
    <td><p>2, 3, 5</p></td> <td><p>1</p></td>
 
40
  </tr><tr>
 
41
    <td><p>2, 4</p></td> <td><p>1, 4</p></td>
 
42
  </tr><tr>
 
43
    <td><p>3, 4, 5</p></td> <td><p>4</p></td>
 
44
  </tr>
 
45
</table>
 
46
</item>
 
47
            <item><p>Now again chase the lights starting from the first row. After chasing the lights this time your puzzle will be solved.</p></item>
 
48
           </steps>
 
49
            <note><p>This strategy doesn't always produce the optimal solution, it may take more moves.</p></note>
 
50
</page>