Light Up is played on a rectangular grid. The grid has both black cells and white cells in it. The objective is to place light bulbs on the grid so that every white square is illuminated. A cell is illuminated by a light bulb if they're in the same row or column, and if there are no black cells between them. Also, no light bulb may illuminate another light bulb.
Some of the black cells have numbers in them. A number in a black cell indicates how many light bulbs share an edge with that cell.
Place light bulbs so that every white cell is illuminated.
Two bulbs are in the same row with no black cell between them. No bulb may illuminate another bulb.
A bulb is placed next to the "0" cell. The number means exactly that many bulbs must be adjacent — zero in this case.
The '2' cell has only 1 adjacent bulb, but needs exactly 2. No valid spot remains for another one.
Some white cells are still not illuminated. Every white cell must be lit by at least one bulb.
All white cells illuminated, no bulbs see each other, and all number constraints are satisfied. Puzzle complete!
Zooming
Pinch with two fingers to zoom in/out. If you use a mouse you can use the scroll button.
Moving
Tap and drag to move the puzzle. If you use a mouse you can click and drag with the middle (scroll) button.
Marking
You can tap/click individual cell to change its state.