Guide
World's Hardest Game: why a red square from 2008 still fills a classroom
There is nothing to learn. A red square, arrow keys, blue circles that never change their route, yellow coins to pick up and a green rectangle to reach. Snubby Land released it on AddictingGames in 2008 and the whole design fits on one screen: the circles are not chasing you, they are running the same loop every time, so every level is a timing problem, not a reaction test. You die when you go early, not when you go slow.
The build on worldshardestga.me is the original Flash game, converted to run in the browser and served from this domain. It opens with a BEGIN button, then the version 1.0 title screen, then a one-paragraph instructions page. From there it is level 1 of 30 with the death counter in the corner. Nothing is timed, there are no lives, and there is no penalty for a death except that the number goes up. That number is the whole score: finishing all 30 levels with the fewest deaths is the point.
Controls & mechanics
| Action | Control | Purpose |
|---|---|---|
| Move | Arrow keys | Moves the red square one direction at a time; hold two arrows for a diagonal, which is faster than a straight line |
| Menu | MENU (top left, in-game) | Back to the title screen — progress in the current level is lost |
| Start | BEGIN → PLAY GAME → PLAY GAME | The loader, the title screen and the instructions page each need one click |
| Touch | On-screen pad (phone) | The Poki build shows a virtual joystick on touch screens; the desktop keys are the reliable way to play |
How to stop dying
- Watch a full loop before you move: Every circle repeats its path exactly. Stand in the green zone and count the beat until the gap comes round; then go on the gap, not on the circle.
- Use the diagonal: Holding two arrows moves the square along both axes at full speed, so a diagonal covers more ground per frame than either arrow alone. Most tight crossings are made diagonally.
- Coins before the exit: The green exit does nothing until every yellow coin on the level is collected. Plan the coin order first and the exit route last; do not run for the end zone with one coin left.
- Checkpoints are free: A death resets you to the last green zone you touched, not to the start. Break a long level into green-to-green segments and treat each one as its own puzzle.
Key features
- The original 30 levels: Snubby Land's 2008 version 1.0, every level and every enemy pattern as released, not a remake.
- Deaths are the score: No lives and no timer. The counter in the corner is the only thing you can improve, and it carries across all 30 levels.
- Runs on a Chromebook: The Flash movie is played by a JavaScript runtime inside the page: no plugin, no download, and the movie plus its player is under 4 MB.
Game info
- Title: World's Hardest Game
- Developer: Snubby Land
- Category: Hard and Precise
- Platform: Web browser (HTML5)
- Levels: 30 · deaths counted · no lives, no timer
Pro tip: The square's hitbox is the whole red block and the circle's is the whole blue disc, with nothing shaved off either, so if it looks like you clipped it, you did. Aim to pass a circle with a visible sliver of white between you and it; the pixel-perfect line is never worth a death.
