Pop Rescue
Game Overview
Aim, shoot, and pop! Match 3 or more brightly colored bubbles in this satisfying hex-grid puzzle arcade shooter.
How to Play
Drag your finger or mouse across the screen to aim your cannon. Let go to fire! Connect 3 or more bubbles of the same color to pop them. Drop unanchored chunks of bubbles to score big bonus points.
About Pop Rescue
Bubble shooters are one of the cleanest puzzle formats ever invented and I had been wanting to write one for years. Pop Rescue uses a hex grid (rather than the offset-square grid some versions use), which means bubbles pack more naturally and bank shots feel more like billiards. The game name is a small leftover from an earlier theme I scrapped â there were going to be little creatures trapped behind the bubbles. Maybe next version.
The single most useful tip is to ignore matches when you can drop chains instead. Popping a group of three colours scores you three bubbles. Snipping the one anchor bubble that's holding a fifteen-bubble cluster scores you all fifteen, plus a multiplier bonus for unanchored drops. Aim at the load-bearing bubbles, not the obvious matches. Bank shots off the walls are how you reach those anchors when they're tucked into the top corners.
What was tricky to build
The hex-grid math is fiddly. Each row is offset by half a bubble width and the neighbour lookup has to handle that â a bubble can have up to six neighbours, but which six depends on whether the row is even or odd. The chain-detection flood-fill is simple once the neighbour function is right, but I rewrote that function three times before it stopped producing edge-case bugs. If you like grid-based puzzles, our Block Blaster works on the same principle with falling tetromino shapes.
Frequently Asked Questions
How do bank shots work?
Bubbles bounce cleanly off the left and right walls. The aim line previews the bounce â use it to reach colours tucked into corners or behind protective rows.
Why did a huge clump of bubbles fall when I only popped three?
Any bubbles no longer connected to the ceiling drop. Cutting the anchor point of a chain is the highest-scoring move in the game â far better than just matching colours.
Can I see what colour comes next?
Yes â the upcoming bubble sits next to your cannon. Plan two shots ahead by using your current colour to set up a drop with the next one.
Does the ceiling drop over time?
It descends every few shots, not on a timer. Slow, careful play won't speed it up â only your shot count does.
Similar Games to Explore
Embed this Game
Want to feature this game on your own website? Copy the code below: