← Back

💡 Lights Out

💡 On: 0 💪 Moves: 0 Best: -

💡 Lights Out

Objective: Turn all the lights off. Clicking a cell toggles itself and its four neighbors (up, down, left, right).

Controls:

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.