A challenging logic puzzle where you must turn off all the lights on the board.
- Clicking a bulb toggles its state (ON/OFF).
- The Twist: Toggling a bulb also toggles the bulbs directly above, below, to the left, and to the right of it.
- Goal: Reach a state where every single bulb is turned OFF (⚫).
- Try to solve it in the minimum number of moves!