Strategy

This is a simple strategy to solve the Lights Off puzzle by using the method called "Chase the Lights".

  1. 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.

    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.

  2. 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.

  3. Now depending on which lights are remaining in the fifth row, click the tiles in the first row using the table given below.

    Lights Left on the fifth Row

    Tiles to Click on the First Row

    1, 2, 3

    2

    1, 2, 4, 5

    3

    1, 3, 4

    5

    1, 5

    1, 2

    2, 3, 5

    1

    2, 4

    1, 4

    3, 4, 5

    4

  4. Now again chase the lights starting from the first row. After chasing the lights this time your puzzle will be solved.

This strategy doesn't always produce the optimal solution, it may take more moves.