Retro Arcade
Eleven small games that load instantly and ask nothing of you — no account, no install, no tutorial. They live here rather than on the front page because the front page is for settling group decisions. This is the other thing: the five minutes between meetings, the queue, the commute.
More draws
Arcade classics
Why these particular games have outlived everything around them
Every game here is a descendant of something written between 1976 and 1990, and that is not nostalgia — it is selection pressure. Those machines had a few kilobytes of memory and no way to explain themselves, so a game either communicated its entire rule set in the first four seconds or it earned nothing. What survived is a small library of designs where the goal is obvious on sight and the difficulty comes from execution rather than from understanding.
That property is worth more now than it was then. A game you can open on a phone in a lift has roughly ten seconds to justify itself before the lift arrives. The 1980s arcade cabinet had the same constraint for the same reason, just with a coin slot instead of a back button.
What each one is actually built on
- Snake is a solved problem in the mathematical sense. A grid with an even number of cells always contains a Hamiltonian cycle — a path that visits every square exactly once and returns to the start. Follow it and you can never die, only get slower. Human play is the art of cutting corners off that cycle without trapping yourself.
- Block Stack uses a seven-bag randomiser: rather than drawing each piece independently, it shuffles all seven shapes and deals them out before reshuffling. That means you can never wait more than twelve pieces for the one you need, which turns the game from luck management into planning.
- Brick Breaker is the ancestor of the whole genre — and famously the game Steve Wozniak built the original circuit for, with Steve Jobs collecting the contract. Its real skill is not aiming the paddle but reading the angle the ball will leave at, which depends on where on the paddle it lands.
- Dot Runner’s pursuers are not random. Each of the four uses a different targeting rule — one chases you directly, one aims ahead of you, one alternates between chasing and retreating — which is why they appear to coordinate without any code that coordinates them.
- Starship Lander is a fuel-versus-gravity optimisation. The mathematically optimal descent is the suicide burn: fall freely as long as possible, then apply maximum thrust at the last instant. It uses the least fuel and leaves the least margin for error, which is exactly why it feels terrifying.
- Lucky Merge is a packing problem in disguise. Every merge frees space but raises the size of what you are storing, so the game is a slow negotiation between two quantities that move in opposite directions.
- Space-Z and Burger Chef are pattern-recognition games: the hazards and orders repeat on cycles, so improvement comes from learning sequences rather than from faster reflexes.
- Live Quiz is the odd one out — it needs other people, and works best on a shared screen with a room answering at once.
A note on the two renamed games
Dot Runner and Block Stack are original implementations inspired by classic arcade formats. They are not affiliated with, endorsed by, or connected to the rights holders of any similarly themed commercial game, and we use neutral names deliberately for that reason.
Brawl Run contains stylised cartoon collisions between runners — characters shove and knock each other over. There is no blood, no weapons, and no realistic depiction of injury, but it is flagged above so you can decide before opening it with children around.
How scores work
Most of these games keep a score, and every one of them plays without an account. Signing in only adds two things: your best runs persist across devices instead of living in one browser, and you appear on the world and friends boards. Nothing is gated — the whole game is playable and the whole leaderboard is readable while signed out.