Bubble Burst — a chain reaction strategy game
Players take turns placing a bubble of their color. You can place a bubble in an empty box, or add one to a box you already own. The turn then passes to the next player and comes back around.
Each box has a limit: it can hold one bubble less than the number of neighbouring boxes it touches (horizontally or vertically). When the limit is passed, the box bursts and sends one bubble into each neighbour.
Box [8] sits on the edge, so its bubbles can only go up [12], down [4] and left [9]. When Green places a third bubble in [8], it bursts and one bubble moves into each of those three boxes.
Box [6] has neighbours on all four sides — up [10], down [2], left [7] and right [5]. When Red places a fourth bubble in [6], it bursts into all four.
A corner box like [0] only has two neighbours — up [4] and left [1] — so just two bubbles make it burst. And notice: box [4] already held a Green bubble. When Red's burst arrives, that bubble is captured and turns Red.
The objective: capture every opponent bubble. When a burst takes a player's last bubble, they are out of the game — the last color standing wins.
The animation below shows a full chain reaction. The green bubbles at the edge only mark Green's turns — they take no part in the demo.