Game review
Dino Runner
7.8 / 10
- Developer
- ccm27
- Publisher
- ccm27
- Released
- 1 January 2025
- Platforms
- web
- Genre
- arcade
- Monetisation
- free
- Players
- false
The short version
A clean, dependency-free clone of the Chrome offline dinosaur game with dedicated on-screen JUMP and DUCK buttons, whose collision system was confirmed correct by touch - deliberately ducking under a jump-only cactus produced a genuine, accurate game over rather than a false pass or a stuck state.
Biggest strengths
- Built specifically with mobile in mind - dedicated, clearly-labelled JUMP and DUCK buttons sit right below the game canvas, in addition to tapping the canvas itself or using the keyboard
- Collision detection confirmed correct via a genuine touch test - holding DUCK against a cactus that specifically requires a JUMP produced a real, accurate game over rather than a false survive, proving both the input and the collision logic work together correctly on a touch device
- Three distinct obstacle heights for pterodactyls (jump, duck, or simply run under) add real variety beyond the original's single-height cacti
Biggest weaknesses
- A direct, openly-acknowledged homage to an extremely well-known existing game with no major twist beyond the three-height pterodactyl variation
- Minimal sound design and simple monochrome pixel-art visuals, matching the source material's own minimalism
- No difficulty settings or game modes beyond the single endless run
Who it's for: Anyone who wants the familiar Chrome dino game as a proper mobile-friendly web page, with no download and no offline-only gimmick required.
Our recommendation: play
7.8 / 10
Opening
Dino Runner is exactly what it says: the familiar Chrome "no internet connection" dinosaur game, rebuilt as a standalone page with plain HTML, CSS, and JavaScript — no frameworks, no external assets, no tracking, all confirmed true by inspecting the shipped files directly. It doesn't try to reinvent the format, just make it properly playable outside a broken-connection error page.
Controls, and a genuine collision test
Unlike the original, this version was clearly built with touch in mind from the start: dedicated JUMP and DUCK buttons sit directly below the game canvas, alongside the option to tap the canvas itself. That mattered for testing, because a touch-friendly button is only half the story — the collision system behind it needs to respond correctly too. This was confirmed with a genuine test rather than a shallow tap-and-hope: after starting the run with a touch tap, the DUCK button was deliberately held through a cactus obstacle (which specifically requires a jump, not a duck, per the game's own help text). The result was a correct, real game over — not a false survive, and not a stuck or unresponsive state — proving the touch input and the underlying collision logic are correctly wired together. The identical Space-key sequence on desktop produced the same accurate behaviour.
A small but real addition
The original Chrome dino game has cacti at one height only. This version adds pterodactyls at three distinct heights — one needs a jump, one needs a duck, and the highest one you can simply run underneath — which adds a genuine extra layer of reading and reaction beyond the source material, confirmed directly in the in-page help text and consistent with observed obstacle behaviour during testing.
Final Verdict
A clean, honest, dependency-free clone of a genre-defining mini-game, built with real care for touch play and confirmed to have correctly-working collision detection on a real touch device. It doesn't reinvent anything, but it does the one thing it sets out to do properly. Recommended.
Pros and cons
Pros
- Built specifically with mobile in mind - dedicated, clearly-labelled JUMP and DUCK buttons sit right below the game canvas, in addition to tapping the canvas itself or using the keyboard
- Collision detection confirmed correct via a genuine touch test - holding DUCK against a cactus that specifically requires a JUMP produced a real, accurate game over rather than a false survive, proving both the input and the collision logic work together correctly on a touch device
- Three distinct obstacle heights for pterodactyls (jump, duck, or simply run under) add real variety beyond the original's single-height cacti
- Best score persists in the browser, and the game explicitly and correctly advertises "no frameworks, no assets, no tracking" - confirmed true by inspection
- Genuine MIT licence, works fully offline via a correctly-scoped, relative-path service worker
Cons
- A direct, openly-acknowledged homage to an extremely well-known existing game with no major twist beyond the three-height pterodactyl variation
- Minimal sound design and simple monochrome pixel-art visuals, matching the source material's own minimalism
- No difficulty settings or game modes beyond the single endless run