Skip to main content

Lights Off

Flip tiles to switch off every light. A classic toggle puzzle.

About Lights Off

Lights Off is an original PlayZone take on one of the most elegant logic puzzles ever put on a screen: a grid of glowing tiles that you have to switch off completely, where every tap changes not just the tile you touch but its neighbours too. It belongs to the toggle-puzzle family popularised by a small electronic handheld released in 1995, where the genre earned its reputation as one of those rare puzzles that looks trivial for the first ten seconds and then quietly reveals a surprising amount of mathematical depth. We built our version from scratch to be fast, clean, and honest: every board it hands you is guaranteed solvable, the controls are obvious within a single tap, and the only thing standing between you and a dark grid is clear thinking.

The whole game runs in your browser with nothing to install and no account to create. You get three difficulty levels, a live move counter, and a best-score tracker that records the fewest moves you have ever used to clear a board at each difficulty, saved locally so it survives between visits. There is no timer pressure and no penalty for experimenting, which makes Lights Off equally good as a quick mental warm-up and as a genuine logic workout. If you enjoy deduction puzzles where luck plays no part, it sits naturally alongside our Sudoku and our Slide Puzzle.

How to Play Lights Off

The board is a 5x5 grid of tiles. Each tile is either lit or unlit. When you tap a tile, it toggles between lit and unlit, and so do its four orthogonal neighbours: the tiles directly above, below, to the left, and to the right. Diagonal tiles are never affected. Tiles on an edge have three neighbours, and the four corner tiles have only two, but the rule is otherwise identical everywhere on the board. Your single goal is to reach a state where every one of the twenty-five tiles is off. The move counter ticks up by one with each tap, and when you finish, the game compares your total against your stored best for that difficulty and saves a new record if you beat it.

Difficulty does not change the size of the grid or the rules; it changes how thoroughly the starting position is scrambled. The game generates each puzzle by starting from a fully dark board and applying a number of random taps behind the scenes. Easy uses fewer scrambling presses, so fewer tiles are lit and the solution is shorter. Medium and Hard apply more, producing busier boards that take more presses and more planning to unwind. Because the start is built by tapping outward from a solved board, every puzzle you ever see is guaranteed to have a solution. There are no dead ends, no impossible layouts, and no need to restart out of bad luck.

The Toggle Rule and Why Tapping Twice Cancels Out

Everything about Lights Off follows from one property of the toggle: it is its own opposite. A light has exactly two states, on and off, and tapping a tile flips a fixed set of five tiles (itself plus its neighbours). Flip that same set a second time and every one of those five tiles returns to exactly where it started. In other words, tapping any tile twice is the same as never tapping it at all. This single fact is the key that unlocks the entire puzzle, and once it clicks, the game stops feeling like guesswork.

The first consequence is that no tile ever needs to be pressed more than once. Pressing a tile zero times or two times leaves the board identical, and pressing it three times is the same as pressing it once. So for any solution, every tile is in one of just two meaningful categories: pressed (an odd number of times, which reduces to exactly once) or not pressed. The entire space of "useful" solutions is therefore just a choice, for each of the twenty-five tiles, of whether it belongs in your final set of presses. That is a much smaller and much more tractable problem than it first appears.

The second consequence is just as useful: the order in which you press tiles does not matter. Because each press simply flips a fixed group of tiles, and flipping is reversible and commutative, you can perform the presses of a valid solution in any sequence and the board ends up in the same final state. Whether you clear left to right, top to bottom, or in whatever order you happen to notice, only the parity of how many times each tile gets pressed affects the outcome. This is why Lights Off is a pure logic puzzle and not a reflex or sequencing test: there is a correct set of tiles to press, and finding it, not pressing them in a clever order, is the whole challenge.

Light Chasing: A Step-by-Step Solving Method

The most reliable way to solve any Lights Off board is a technique commonly called "light chasing." It turns a confusing twenty-five-tile puzzle into an almost mechanical procedure. Here is how to do it.

  1. Work strictly top to bottom, one row at a time. Start with the top row and never look back up once you have moved past it. The whole method depends on leaving finished rows alone.
  2. Use each row to clear the row directly above it. Look at the top row. For every tile in the top row that is lit, press the tile immediately below it in the second row. Pressing a second-row tile toggles the first-row tile above it, so this switches off exactly the lights you targeted in the top row.
  3. Move down and repeat. After that pass, the top row should be completely dark. Now look at the second row, and for each tile still lit there, press the tile directly beneath it in the third row. The second row goes dark. Continue this all the way down: row three clears row two, row four clears row three, and row five clears row four.
  4. Stop and inspect the bottom row. Once you finish, the top four rows will all be off, but the bottom row will usually still have some lights on. This is expected. The bottom row is where the puzzle's real structure shows itself, and there is a fixed recipe for it.
  5. Read the bottom row and apply the lookup. The specific pattern of lights left in the bottom row tells you exactly which tiles to press in the top row to finish the job. Each possible leftover bottom pattern maps to a particular set of top-row presses; press those top-row tiles.
  6. Chase the lights down one final time. Those top-row presses will light up parts of the board again, so simply run the same top-to-bottom chasing pass once more. This time, when the lights reach the bottom, the whole grid goes dark.
  7. If you would rather not memorise the lookup, experiment. There are only a handful of distinct ways the bottom row can end up, and you can rediscover the correct top-row presses by trial since pressing twice always cancels out. Nothing you try can break the board.

The Math Underneath: Parity, Not Luck

What makes Lights Off so satisfying is that it is solvable by pure reasoning rather than chance. Underneath the glowing tiles is a clean piece of mathematics: because every light has two states and every press flips a fixed set of them, the puzzle is really a system of equations where the only values that matter are "odd or even" for each tile. Solving the board is equivalent to finding which presses make every tile's total flip count land on the right parity to switch it off. That is why order is irrelevant and why pressing a tile twice does nothing: in parity arithmetic, two flips cancel.

This structure also explains why our difficulty system can promise that every board is solvable. We never drop a random pattern of lights onto the grid and hope it works out. Instead we begin from a fully solved, all-dark board and apply a sequence of random presses to scramble it. Any position you can reach by pressing tiles can, by definition, be returned to all-off by pressing the same tiles again, so the scrambled board always has at least one solution waiting to be found. More scrambling presses on Hard means a longer, more tangled path back, but never an impossible one. If you ever feel stuck, the problem is always a missed deduction, not a broken puzzle.

A small but pleasant detail of the genre is that not every conceivable arrangement of lights on a 5x5 grid is reachable, which is precisely why a generator that scrambles from a solved state is the honest way to build puzzles. It guarantees you only ever face positions that logic can finish. For players who enjoy that kind of guaranteed-fair, deduction-only challenge, the same appeal runs through our number puzzles like Number Memory.

Further Reading

FAQ

Is every Lights Off puzzle actually solvable?

Yes, always. Each board is created by starting from a completely dark grid and applying a number of random presses to scramble it. Because pressing the same tiles again reverses any scramble, every puzzle you see is guaranteed to have at least one solution. If you get stuck, it means there is a deduction you have not spotted yet, not that the board is broken.

What exactly does tapping a tile do?

It toggles five tiles at once: the tile you tapped, plus its neighbours directly above, below, left, and right. Lit tiles turn off and unlit tiles turn on. Diagonal tiles are never affected. Edge tiles toggle three neighbours and corner tiles toggle two, but the rule is otherwise the same everywhere.

Does the order I press tiles in matter?

No. Each press flips a fixed group of tiles, and flips can be done in any order with the same result. Only how many times each tile gets pressed matters, and even then only whether that count is odd or even. You can press a correct solution's tiles in any sequence and still finish the board.

Why does tapping the same tile twice change nothing?

Each tile has just two states, on and off, so a flip is its own reverse. Tapping a tile once flips its five-tile group; tapping the same tile again flips the identical group back to where it was. Two taps cancel out completely, which is why no tile ever needs to be pressed more than once.

What is the best way to solve a board?

Use light chasing. Work top to bottom: for every lit tile in a row, press the tile directly below it to clear that row, repeating until only the bottom row may have lights left. The leftover bottom pattern tells you which top-row tiles to press, after which one more top-to-bottom pass clears everything.

How do the difficulty levels differ?

The grid and rules stay the same; only the scramble changes. Easy applies fewer random presses, so fewer lights start on and the solution is shorter. Medium and Hard apply more, producing busier boards that take more moves and more planning. None of them is ever unsolvable.

How is my best score recorded?

The game tracks your move count for each board and saves your fewest-moves record separately for each difficulty. The best score is stored locally in your browser, so it persists between visits on the same browser and device. Clearing your browser data, switching browsers, or playing privately will reset it.

Is there a luck or reflex element at all?

None. Lights Off is a pure logic puzzle. There is no timer forcing fast taps, no randomness once a board is dealt, and no hidden information. A given board has a definite set of correct presses, and finding that set with reasoning is the entire challenge.