Click any cell to flip it and its four orthogonal neighbors. Goal: turn every light off. Pick from 3×3, 5×5, or 7×7 — each generated solvable from an all-off seed by a guaranteed-solvable random toggle sequence.
Stuck? The Hint button runs a Gauss-Jordan elimination over GF(2) on the toggle-incidence matrix to find the optimal click set, then pulses one of those cells. Best-moves are saved per grid size in localStorage.
/embed.Embed link.