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.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
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