Help Multiplexius become a real-world plushie!

We only have until September 26.

Games

Autosokoban

I created an algorithm to automatically generate sokoban problems of increasing difficulty. Check it out! The first levels are trivial, but somewhere around level 10, perhaps 15, you will find that the puzzles are becoming quite challenging.

Level:  0

Moves:  0

(Use keyboard or click above.)

These levels were generated using random seed 595388147.

Use the following URL to get back to this particular puzzle:

I would like to thank Murase-san, Matsubara-san and Hiraga-san who approached this subject in an academic paper called Automatic Making of Sokoban Problems. In general, my algorithm is fundamentally different than theirs, but the first step (generating rooms) is performed as described in the paper.

By the way, I should warn you that this game is highly addictive. Arm yourself with plenty of coffee and chip music.

Posted Tuesday 24-Jun-2008 16:03

Discuss this page

Disclaimer: I am not responsible for what people (other than myself) write in the forums. Please report any abuse, such as insults, slander, spam and illegal material, and I will take appropriate actions. Don't feed the trolls.

Jag tar inget ansvar för det som skrivs i forumet, förutom mina egna inlägg. Vänligen rapportera alla inlägg som bryter mot reglerna, så ska jag se vad jag kan göra. Som regelbrott räknas till exempel förolämpningar, förtal, spam och olagligt material. Mata inte trålarna.

Anonymous
Tue 8-Jul-2008 00:15
Fun!!!! yay!!

109 more comments hidden. Click to show all.

Anonymous
Fri 22-Aug-2025 14:54

MatthiasMeger wrote:

I have spent about thirty hours on this one and cannot solve it.

https://www.linusakesson.net/games/autosokoban/?v=1&seed=1809795062&level=23

This is a solution: UUUruuulldLurrrdddlddllUUUdddrruuruuulllllddddRluuRDluuurDurrdLulldddrrUUrurrdddlddllULuluuurRdrRurDDulllulldRRllddrdrdrruuUruulDDuuLLdRlllddrdrUUdlluuuRdD

159 moves! No wonder I couldn't work it out. Did you do that by hand, or with a solver?
MatthiasMeger
Matthias Meger
Sat 23-Aug-2025 15:00
159 moves! No wonder I couldn't work it out. Did you do that by hand, or with a solver?
I used a solver :-)
Anonymous
Mon 25-Aug-2025 05:34

MatthiasMeger wrote:

I used a solver :-)

Could you share a link to the solver?
MatthiasMeger
Matthias Meger
Tue 26-Aug-2025 16:21
Could you share a link to the solver?

For a comprehensive overview, you can check out a comparison of the best solvers here:
https://sokoban-solver-statistics.sourceforge.io/statistics/OpenTestSuite/

The top-performing solver is Festival. You can click on the names of the solvers on that page to visit their websites.

For the easier, smaller levels on this site, you can also use the built-in solvers found in the applications JSoko or YASC.
https://jsokoapplet.sourceforge.io/
https://sourceforge.net/projects/sokobanyasc/

(YASC also supports calling the other solvers from the tools menu, so you can also use them together with the program)