Sokoban is a 1982 Japanese puzzle about pushing crates in a warehouse, and I mean this as the highest compliment: it is the most quietly hostile game in our library. No timer, no enemies, no randomness, just you, some boxes, and the slow dawning realization that the push you made forty seconds ago already lost the level. It is planning distilled to its purest form, and it holds up completely.
How it plays
You are the warehouse keeper. Walk into a crate and it slides one square, push only, never pull, and the level ends when every crate rests on a goal square. From that single restriction grows everything: a crate against a wall can never leave that wall without a perpendicular approach you may have just blocked, a crate in a corner is dead forever, and the order you fill the goals frequently matters more than the paths themselves. Our version ships eight hand-built levels, each verified solvable by an automated solver before we published it, so the way out always exists.
What works
The irreversibility is the magic. Almost every modern puzzle game forgives; Sokoban commits, and the weight that gives each push is something no forgiving game can generate. Solutions produce a specific triumphant relief, closer to proving something than to winning. The difficulty comes entirely from depth rather than complexity: the rules fit in one sentence and the hardest levels in the world run on exactly those rules. Undo and restart are one tap away and carry no shame, real Sokoban play is hypothesis testing, and rewinding is the scientific method.
What does not
Sokoban gives nothing to reflex players: if you want motion, this is furniture rearrangement with existential stakes. Frustration is genuinely part of the loop, the game's whole texture is being stuck, then unstuck, and players who read 'stuck' as 'bored' will bounce off. And eight levels, while each is a proper puzzle, will leave the hooked wanting more; that is the plan, but it is also a limit today.
My verdict
The purest thinking game we host and the best free introduction to a genre computer scientists still use as a benchmark for planning problems. Fifteen minutes with level four will tell you whether you are a Sokoban person. If you get stuck being one, the solving guide teaches the deadlock-spotting that separates pushing from planning.
Play Sokoban free →Pros
- Purest planning puzzle ever designed
- One-sentence rules, bottomless depth
- All 8 levels solver-verified winnable
- Unlimited undo makes stuck states fair
Cons
- Zero action, all deliberation
- Being stuck IS the game, tilt warning
- Eight levels will leave experts hungry
FAQ
What makes Sokoban so hard when the rules are so simple?
Irreversibility: pushes cannot be undone by play (only by the undo button), so mistakes compound invisibly, and the space of reachable positions explodes. It is formally among the hardest puzzle types known, which is why AI researchers still benchmark planners on it.
How do I know if I've deadlocked a level?
The classic signs: a crate in a corner, a crate flat against a wall with no goal on that wall, or two crates locked side-by-side against a wall. Spotting these the moment they form, and undoing immediately, is the core skill.
Are these levels definitely all solvable?
Yes, every level shipped here was validated by an automated Sokoban solver before publication. If you are stuck, a solution exists; the usual fix is changing the ORDER you fill the goal squares.