Game review
Blastman
7.6 / 10
- Developer
- Frank Force
- Publisher
- Frank Force
- Released
- 1 January 2026
- Platforms
- phone, desktop
- Genre
- puzzle
- Monetisation
- free
- Players
- false
The short version
A clean, genuinely playable Bomberman-style maze game built on the LittleJS engine, with real AI enemies, a clear objective, and controls confirmed working on both desktop and phone - a real touch drag on the on-screen analog stick moved the player, and a real touch on the fire button placed a bomb, confirmed directly via the game's own internal state rather than a screenshot alone.
Biggest strengths
- Controls confirmed genuinely correct on BOTH platforms - on desktop, a held "D" key moved the player one tile right and Space placed a real bomb; on phone, a real held touch-drag on the on-screen analog stick moved the player, and a real tap on the on-screen fire button placed a bomb, confirmed directly by inspecting the game's own bomb-tracking array (0 to 1) rather than trusting a screenshot alone
- Genuinely playable, not a tech demo - a clear objective (clear enemies and blocks, then reach the open door), real AI enemies that wander and react, and a responsive, correctly-scaled grid-based control scheme on both input types
- Clean, legible presentation with a readable HUD (score, stage, timer, bomb/fire-power stats) and a simple, effective visual style for a grid maze game
Biggest weaknesses
- A single, fairly short single-screen level loop (bomb blocks, blast enemies, reach the door) rather than a large content-rich game, though it is presented as a genuine complete loop rather than a stub
- The on-screen touch gamepad (a floating analog stick and single fire button) is functional and correctly verified, but adds a visible circular overlay across the bottom of the screen while playing
- Sound wasn't deeply exercised in this pass beyond confirming the game boots into a working WebGL/Web Audio context with no console errors
Who it's for: Fans of classic Bomberman-style grid maze games who want a quick, genuinely playable free browser game on either a phone or a desktop.
Our recommendation: play
7.6 / 10
Opening
Blastman is a Bomberman-style grid maze game built by Frank Force using the LittleJS engine, part of the larger LittleJS Arcade collection of small browser games. Place bombs to blast through destructible blocks and enemies, clear a path, and reach the level's exit.
Controls, confirmed on both platforms
Rather than trust the engine's built-in control scheme on description alone, both desktop and phone controls were tested directly. On desktop, a held "D" key moved the player cleanly one tile to the right, and pressing Space placed a visible bomb sprite next to the player that later detonated, visibly altering the surrounding block layout. On phone, the exact same two actions were re-tested through the game's real on-screen touch gamepad: a genuine touch-and-drag on the on-screen analog stick moved the player one tile over, and a tap on the on-screen fire button placed a bomb - confirmed not just visually but directly through the game's own internal bomb-tracking array, which went from empty to one active bomb the instant the touch button was pressed. Both control schemes work exactly as intended.
A genuinely playable loop, not a tech demo
Blastman has real structure: a live HUD tracks score, stage, a countdown timer, and current bomb/fire-power stats, enemies wander the maze and react to the player rather than sitting static, and the level opens a real exit door once every enemy is cleared. It's a complete, if compact, arcade loop rather than a bare engine showcase.
Final Verdict
A clean, correctly-controlled Bomberman-style maze game that works exactly as advertised on both a phone and a desktop, backed by a genuinely reactive AI-driven level rather than a static demo. A solid pick for a quick puzzle-action session on either platform.
Pros and cons
Pros
- Controls confirmed genuinely correct on BOTH platforms - on desktop, a held "D" key moved the player one tile right and Space placed a real bomb; on phone, a real held touch-drag on the on-screen analog stick moved the player, and a real tap on the on-screen fire button placed a bomb, confirmed directly by inspecting the game's own bomb-tracking array (0 to 1) rather than trusting a screenshot alone
- Genuinely playable, not a tech demo - a clear objective (clear enemies and blocks, then reach the open door), real AI enemies that wander and react, and a responsive, correctly-scaled grid-based control scheme on both input types
- Clean, legible presentation with a readable HUD (score, stage, timer, bomb/fire-power stats) and a simple, effective visual style for a grid maze game
- MIT licensed, no third-party analytics found anywhere in the game's actual dependency chain (the shared LittleJS engine, template helpers, and blastman.html itself)
- Already has a proper viewport meta tag and a working touch gamepad overlay built into the shared LittleJS engine, so no phone-specific fixes were needed
Cons
- A single, fairly short single-screen level loop (bomb blocks, blast enemies, reach the door) rather than a large content-rich game, though it is presented as a genuine complete loop rather than a stub
- The on-screen touch gamepad (a floating analog stick and single fire button) is functional and correctly verified, but adds a visible circular overlay across the bottom of the screen while playing
- Sound wasn't deeply exercised in this pass beyond confirming the game boots into a working WebGL/Web Audio context with no console errors