If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
Yes I'm sure, there is a program to automatically solve any level, which will be used as the testsuite for each level. All level is well tested and all level can be solved in ksokoban.
Yes, level 9 is solvable. I've been to 30 something on each of the choices.
With Sokoban (Ksoboban), you need to think of all available possibilities:
sometimes you push the block to unblock a way, go around, then push it back to the same place, so that you can pass. There is a lot of recursion in it.
Just look at all valid or possible moves and what would happen if you moved there, then what would happen if you moved one more space. Keep thinking and you'll see the answer.
Comment