- How do I play Lights Out?
- Click a light to toggle it and its neighbors — turn them all off The game is completely free and runs directly in your browser — no plugins or downloads needed.
- What are the rules? Why does clicking one light affect its neighbors?
- Clicking a light toggles it and its up/down/left/right neighbors on or off. Each click affects up to 5 lights. The goal is to find the right combination of clicks to turn every light off.
- Is there a mathematical solution, or is it trial and error?
- There is a mathematical solution using linear algebra (matrix solving) to find the optimal answer. However, most players can also solve it through logic — turn off all lights in the upper rows first, then the bottom row's state will tell you which lights in the first row need to be toggled.
- How many levels or difficulty tiers does Lights Out offer?
- Typically three tiers (easy, medium, hard), plus procedurally generated puzzles in some cases. Even replaying the same difficulty can produce a completely different layout.
- What can I do in Lights Out if I get completely stuck?
- An undo or reset button is built in. Lights Out encourages experimenting, so taking a step back is always an option without penalty.
- Can I play Lights Out on my phone?
- Yes. Lights Out supports mobile browsers with touch-friendly controls, so you can play anytime, anywhere.