Light Up! is a grid-based puzzle game where your objective is to place light bulbs strategically on the board to illuminate it fully. The challenge lies in adhering to the rules and solving each puzzle with precision.
https://raptor764.github.io/lightup.github.io/
The goal of the light up puzzle game is to place light bulbs in the white cells according to the rules, so all of the white cells are illuminated.
- Lightbulbs can only be placed on the white cell.
- A purple cell can only have a maximum of 4 neighbours (up/down, left/right).
- Number in purple cell indicates how many lightbulbs are in that cell.
- A bulb sends rays of light horizontally and vertically, illuminating its entire row and column unless its light is blocked by a purple cell.
- A cell with a 4 must have four bulbs around it, one on each side, and a cell with a 0 cannot have a bulb next to any of its sides.
- An unnumbered purple cell may have any number of light bulbs adjacent to it, or none