✕
💡 Lights Out
Objective: Turn all the lights off. Clicking a cell toggles itself and its four neighbors (up, down, left, right).
Controls:
- Click a light to toggle it and its neighbors
- Click Solve for optimal solution
- New Game generates a new random puzzle
Rules: Each click toggles the clicked cell plus its immediate orthogonal neighbors. The goal is to turn all lights off (dark/off state).
Tips: Work from top to bottom. Solve the top row first, then use the row below to fix any remaining lights.