How Lights Out works
Lights Out is a puzzle game with a clear objective: Turn every light off by flipping neighboring tiles.
A click changes several tiles together, so fixing one light can alter the state of its neighbours.
Controls
Turn every light off. Clicking a tile flips it and its neighbors.
Detected input types for this implementation: click/tap.
What to track
While you play, use the game’s progress indicators as feedback. This title tracks: Moves. Watch these during each attempt to see where your timing, accuracy or route choice is improving.
Strategy notes for Lights Out
- Work systematically across the board instead of clicking isolated lit tiles at random.
- Remember that every click changes neighboring tiles too, so judge the resulting pattern rather than the single tile you press.
Playing on your device
This game runs directly in a modern web browser with no separate download. Its interactive controls adapt to the available screen width. For the best experience on a phone, rotate your device only when the game benefits from extra horizontal space.
Practice target
Work in a consistent direction across the board so you can see how one row influences the next.
Common mistake
Chasing whichever light is currently on without considering the surrounding tiles that will also flip.