A puzzle game to turn off all the lights
Click a light to toggle it and its adjacent neighbors (up, down, left, right). Lit lights turn off and dark lights turn on. The goal is to turn off all lights. Start with 3x3 to learn the rules easily.
Yes, all puzzles in this game are mathematically guaranteed to be solvable. Puzzles are created by shuffling from a solved state, so there is always a valid solution.
Lights Out has a mathematically optimal solution. Each button needs to be pressed at most once, and the order doesn't matter. The optimal solution can be found using GF(2) matrix algebra.
Lights Out is effective for improving logical thinking, spatial reasoning, and pattern recognition skills. Based on mathematical principles, it also helps students develop mathematical thinking.
Use the 'chase' strategy: turn off the first row completely, then from the second row, press buttons directly below any lit cells in the row above. After reaching the last row, adjust the first row button combination to solve the entire puzzle.
Lights Out is a classic electronic puzzle game released by Tiger Electronics in 1995. The goal is to turn off all lights on a 5x5 grid, where pressing one light toggles its adjacent neighbors. The game can be analyzed using GF(2) linear algebra, making it useful for math education. All puzzles are mathematically guaranteed to be solvable, with sizes from 3x3 to 5x5. It develops logical thinking, problem-solving, and pattern recognition skills. Play free online in your browser with no installation required.