Every tap flips its neighbors
The board is a grid of lights, some on and some off. When you tap a light, it switches between on and off, and so do the lights directly above, below, to the left and to the right of it. The corners and edges flip fewer neighbors. Your goal is to turn every single light off. Because each tap changes several lights at once, you need to think about the order of your taps. Take your time and watch how each move affects the board.
Clearing the board from the top down
The method that tames Lights Out is to work top to bottom: never mind the top row directly, just tap the lights in the second row that sit under any light still glowing above, which switches the top row off a row at a time. Repeat on down the grid until only the bottom row is left, then tidy that up. Start on the 3 by 3 board to get a feel for how a single tap ripples outward before you take on the bigger grids.
When one move changes everything
Lights Out is a small lesson in consequences: because a tap never touches just one light, you cannot fix anything in isolation, and a move that helps one corner may quietly undo another. Learning to plan a whole sequence rather than react light by light, and to trust a method over random tapping, is exactly the kind of thinking that untangles a knotty problem. It also gently shows that in some puzzles the order you do things in barely matters, only how many times you touch each piece, which is a surprising and rather beautiful idea for a child to meet.
Frequently asked questions
How do you play Lights Out?
Tap a light to switch it, but it also switches the lights right next to it, above, below, left and right. Your goal is to turn every light off. It takes some clever thinking to find the right order.
Why do nearby lights change in Lights Out?
Because a tap is never just one light. Pressing a light flips it and each light directly next to it, above, below and to the sides. That is the whole puzzle: you cannot fix one light without disturbing its neighbors, so turning them all off takes a careful order rather than random tapping.
Is there a trick to solving Lights Out?
There is. Pressing the same light twice cancels out, so the order of taps does not matter, only which lights you press an odd number of times. A reliable method is to work top to bottom, using each row to clear the row above it, then tidy up the last row. It feels like magic once it clicks.