Solving Akari with Multiple Lights and Obstacles
Akari, also called Light Up, is a grid-based logic puzzle in which every open cell must be illuminated by at least one bulb. A bulb sends light horizontally and vertically until a wall or other obstacle blocks its path. Numbered walls add extra restrictions by requiring an exact count of adjacent bulbs.
Puzzles become considerably more demanding when several light sources can reach the same region and when irregular obstacles interrupt long sightlines. The key is to treat illumination as a network of constraints rather than placing bulbs wherever a dark square appears. Careful notation, local deductions and repeated checks will prevent most avoidable errors.
Read the grid as a visibility map
Start by separating the board into open cells, numbered walls and unnumbered obstacles. An obstacle blocks light but does not impose a numerical condition, while a numbered wall controls only its orthogonally adjacent cells. Marking these roles clearly is especially useful on large or asymmetrical grids.
For each open cell, identify the unobstructed horizontal and vertical runs that can illuminate it. A bulb may be placed in any of those lines, provided it does not shine directly onto another bulb. This visibility map exposes cells with only one possible source, which are among the strongest early deductions.
Use numbered walls before placing bulbs
A numbered wall showing zero immediately rules out bulbs in every adjacent open cell. Mark those squares as impossible and extend the consequences along their rows and columns. A wall showing four, when surrounded by four available neighbours, forces bulbs into all of them.
The useful cases are often less obvious. If a wall needs two bulbs and two adjacent cells have already been eliminated, its remaining neighbours must contain the required sources. Conversely, once a numbered wall has received its full quota, every other adjacent cell is forbidden. These deductions can create new single-option light paths elsewhere.
Track overlapping light sources
Multiple bulbs may illuminate the same square, but overlapping coverage does not automatically make a placement wrong. The real restriction is that two bulbs must never see each other along an unobstructed row or column. A shared illuminated cell is acceptable; a shared clear line between bulbs is not.
When two candidate bulbs cover the same corridor, compare their wider effects. One may illuminate a difficult corner while the other creates a conflict with an existing source. Keep tentative candidates separate from confirmed bulbs, and record blocked sightlines as carefully as bulb placements.
Treat obstacles as useful boundaries
Obstacles can look like extra complexity, yet they often divide the puzzle into manageable visibility zones. A solid barrier stops a beam immediately, allowing the same row or column to contain bulbs on both sides without conflict. This makes obstacles valuable when analysing long corridors.
Look for open cells trapped between walls, edges and obstacles. If a cell can be lit from only one direction, the possible bulb positions in that direction become highly restricted. In a narrow section, placing one bulb may illuminate the entire zone, while placing it elsewhere could leave an isolated square impossible to cover.
Resolve dark cells systematically
After each confirmed placement, scan for open cells that remain unlit. Do not assume the nearest empty position is the answer. List every legal bulb location that can reach the dark cell, then remove candidates blocked by numbered-wall quotas or by line-of-sight conflicts.
A cell with one remaining candidate forces a bulb. A cell with several candidates can still be useful if all candidates share a row, column or neighbouring wall. This “common consequence” approach often proves that a certain square must stay empty, even when the exact bulb location is not yet known.
Work in passes rather than guessing
A reliable solving rhythm is to make one pass for numbered walls, another for illumination gaps and a third for bulb conflicts. Revisit the whole board after every significant deduction because a single forced bulb can affect several distant-looking regions through a clear line.
If progress stops, test a carefully selected candidate rather than making a random guess. Assume the bulb is present, propagate its illumination and exclusion effects, and look for a contradiction such as an unlit cell or an overfilled numbered wall. Then test the opposite possibility if necessary. This disciplined approach is especially useful in timed tournament settings, where speculative moves can quickly consume valuable minutes.
Before a competition, timed practice with varied board sizes is more effective than repeatedly solving only familiar layouts. Short warm-up sessions can sharpen scanning speed and notation habits; tournament warm-up sets are useful for building that routine without immediately committing to a full contest.
Build practical solving habits in Australia
Australian solvers may fit practice around Sydney train commutes, Melbourne tram journeys or short evening sessions after work. A pencil-friendly book is convenient for travel, while a tablet can make it easier to undo tentative marks. Bright outdoor light in Brisbane or Perth can also make screen glare noticeable, so a clear, high-contrast grid is preferable.
Local puzzle clubs and tournament organisers often plan around school terms, public holidays and travel distances between cities. Printed puzzle books remain available through Australian newsagents and online retailers, but buyers should check delivery times before an event. Under the Australian Consumer Law, paid products and services must match their description, while copying and redistributing commercial puzzle pages may also raise copyright concerns.
Finish every solve with a full verification pass. Confirm that each open cell is illuminated, no two bulbs see one another, and every numbered wall has exactly its required number of adjacent bulbs. This final check catches errors that can remain hidden when several light sources overlap around obstacles.