Thanks to all nethackers who provided me with the solutions of the levels I forgot to include in the first version of this spoiler file. I didn't test all these solutions, because I already solved the levels on myself. If you find your solution below, it's because we had the same idea, or because that's the only possible solution.
Boulders are represented by characters A, B, ... to make it possible to identify them. If I have to refer to a position on the map, I use the coordinates shown on top and left of the map in (X,Y) format, for example, the starting position on level 1 is (7,5).
There are other solutions for sure, I haven't counted the number of moves needed for my solution. If someone has a better or faster one, please let me know.
I do know that the levels have other internal numbers than the ones I use, but starting with level 4 sounds not very intuitive to me... for me, level 1 is the first one you will see in your game and level 4 is the last one with the reward.
level | version A | version B |
1 | level 1, version A
+----+ +---+ |....| |...| |.A..+--+.B.| |.C......D..| |..+-+@+-+E.| +------+-+.--+ |..^^^<|.....| |..+---|F....| ++^| |.G...| |^+---+.H...| |..^^^^I.J..| |..+--------+ +--+ |
level 1, version B
+------+ +----+ |>|@...+-+....| |^|+.AB....C..| |^||..DE|.F.G.| |^||....|.....| |^|+----+H----| |^| |......| |^+----+......| |..^^^^IJKL...| |..+---+......| +--+ +------+ |
2 | level 2, version A
+---------+ +---------+ |....|....+-+ |.........| |..AB|CD...@| |.........| |.....E...+-+ |.........| |....|....| |....<....| +-.--+-----+ |.........| |..F.|.....| |.........| |.GH.|I.J.K| |.........| |..L.....M.| |.........| |.NOP|Q..R.+---------------+| |....|..S.T.^^^^^^^^^^^^^^^.| +---------------------------+ |
level 2, version B
+--+ +---------+ ++.@+------+ |.........| |..........| |.........| |.A+---+B-.| |.........| |..|...|.C.| |....>....| |.D.E....F-| |.........| |.G..H..|..| |.........| |.----I.++.| |.........| |..J...K.|.++ |.........| |.--+L-...M.+-----------+| |...|..N-.O.^^^^^^^^^^^^.| |..P......+--------------+ +---+..|..| +-----+ |
3 | level 3, version A
+------------------+ |........|...|.....| |.AB..-CD|.-.|.....| |..|.E.F.|GH.|.....| |-.|..-..|.-.|..<..| |...+-.......|.....| |...|.I.-...+|.....| |.J.|K.|...++|.....| |-L.|..+----------+| |..M....^^^^^^^^^^.| |...|.@+-----------+ +------+ |
level 3, version B
+------+ +-+.|....| |...A....+---------+ |.-.BC-DE|.|.......| |.FG-......|.......| |.-..H.|...|.......| |....-I+-J-|.......| |..KL..M...|...<...| |.--...|...|.......| |....-N+---|.......| +-+..O.+----------+| |..P@^^^^^^^^^^^.| +----------------+ |
4 | level 4, version A
+------------------------+ |@......^^^^^^^^^^^^^^^^.| |.......+--------------+.| +------.+----+ |.| |...........| |.| |.A.B.C.D.E.| |.| +-------.----| |.| |...F.G..H.I.| |.| |...J........| |.| +----.-------+ +-----|.| |..K.L.M...| +-|.....|.| |.....N....| |.+.....|.| |.O.P...Q.++ +-|.....|.| +------.---+ |.+.....+.| |..R.....| +-|.....+-+ |........| |.+.....| |...+----+ +-|.....| +---+ +-----+ |
level 4, version B
+----------------------+ |..^^^^^^^^^^^^^^^^^^..| |..+-----------------+.| +--+.| |.| |..|A++ +----+ |.| |.....+--|.B..| |.| |.CD..|..|..E.| |.| ++..FG|...HI.++ |.| |J..K...|L..| +-----|.| |.MN.|..|..O| +-|.....|.| |.P.Q+--|.R.| |.+.....|.| |.......|..++ +-|.....|.| +--+.S..|.++ |.+.....+.| +--.-+.| +-|.....+-+ |.T...| |.+.....| |@.|..| +-|.....| +-----+ +-----+ |
map | solution |
---|---|
1 12345678901234 1+----+ +---+ 2|....| |...| 3|.A..+--+.B.| 4|.C......D..| 5|..+-+@+-+E.| 6+------+-+.--+ 7|..^^^<|.....| 8|..+---|F....| 9++^| |.G...| 10 |^+---+.H...| 1 |..^^^^I.J..| 2 |..+--------+ 3 +--+ |
|
the map now looks like this:
map | solution |
---|---|
1 12345678901234 1+----+ +---+ 2|....| |...| 3|.CA.+--+.B.| 4|..D........| 5|..+-+>+-+..| 6+------+-+.--+ 7|..^^^<|..@..| 8|..+---|F.E..| 9++^| |.G...| 10 |^+---+.H...| 1 |..^^^^I.J..| 2 |..+--------+ 3 +--+ |
|
one boulder (A) remains.
The two scrolls at (3,12) and (4,12) are always scrolls of earth.
map | solution |
---|---|
1 123456789012345 1+------+ +----+ 2|>|@...+-+....| 3|^|+.AB....C..| 4|^||..DE|.F.G.| 5|^||....|.....| 6|^|+----+H----| 7|^| |......| 8|^+----+......| 9|..^^^^IJKL...| 10|..+---+......| 1+--+ +------+ |
|
the map now looks like this:
map | solution |
---|---|
1 123456789012345 1+------+ +----+ 2|>|<...+-+....| 3|^|+......BC..| 4|^||.ADE|.F.G.| 5|^||....|.....| 6|^|+----+.----| 7|^| |......| 8|@+----+......| 9|.............| 10|..+---+......| 1+--+ +------+ |
|
two boulders (D, E) remain.
The two scrolls at (2,10) and (3,10) are always scrolls of earth.
map | solution |
---|---|
1 2 12345678901234567890123456789 1+---------+ +---------+ 2|....|....+-+ |.........| 3|..AB|CD...@| |.........| 4|.....E...+-+ |.........| 5|....|....| |....<....| 6+-.--+-----+ |.........| 7|..F.|.....| |.........| 8|.GH.|I.J.K| |.........| 9|..L.....M.| |.........| 10|.NOP|Q..R.+---------------+| 1|....|..S.T.^^^^^^^^^^^^^^^.| 2+---------------------------+ |
|
five boulders (B, C, D, I, and Q) remain.
map | solution |
---|---|
1 2 12345678901234567890123456 1 +--+ +---------+ 2++.@+------+ |.........| 3|..........| |.........| 4|.A+---+B-.| |.........| 5|..|...|.C.| |....>....| 6|.D.E....F-| |.........| 7|.G..H..|..| |.........| 8|.----I.++.| |.........| 9|..J...K.|.++ |.........| 10|.--+L-...M.+-----------+| 1|...|..N-.O.^^^^^^^^^^^^.| 2|..P......+--------------+ 3+---+..|..| 4 +-----+ |
|
the map now looks like this:
map | solution |
---|---|
1 2 12345678901234567890123456 1 +--+ +---------+ 2++.<+------+ |.........| 3|..........| |.........| 4|.A+---+.-.| |.........| 5|..|...|CF.| |....>....| 6|.D.E.B...-| |.........| 7|.G..H..|..| |.........| 8|.----I.++.| |.........| 9|..J.....|.++ |.........| 10|.--+L-@.M..+-----------+| 1|...|.PK-....^^^^^^^^^^^.| 2|.N.......+--------------+ 3+---+..|..| 4 +-----+ |
|
the map now looks like this:
map | solution |
---|---|
1 2 12345678901234567890123456 1 +--+ +---------+ 2++.<+------+ |.........| 3|..........| |.........| 4|.A+---+.-.| |.........| 5|..|...|CF.| |....>....| 6|.D.E.B...-| |.........| 7|.G..H..|..| |.........| 8|.----..++.| |.........| 9|........|.++ |.........| 10|.--+.-.....+-----------+| 1|...|...-.........@.^^^^.| 2|.........+--------------+ 3+---+..|..| 4 +-----+ |
|
map | solution |
---|---|
1 2 12345678901234567890 1+------------------+ 2|........|...|.....| 3|.AB..-CD|.-.|.....| 4|..|.E.F.|GH.|.....| 5|-.|..-..|.-.|..<..| 6|...+-.......|.....| 7|...|.I.-...+|.....| 8|.J.|K.|...++|.....| 9|-L.|..+----------+| 10|..M....^^^^^^^^^^.| 1|...|.@+-----------+ 2+------+ |
|
map | solution |
---|---|
1 2 12345678901234567890 1 +------+ 2+-+.|....| 3|...A....+---------+ 4|.-.BC-DE|.|.......| 5|.FG-......|.......| 6|.-..H.|...|.......| 7|....-I+-J-|.......| 8|..KL..M...|...<...| 9|.--...|...|.......| 10|....-N+---|.......| 1+-+..O.+----------+| 2 |..P@^^^^^^^^^^^.| 3 +----------------+ |
|
the map now looks like this:
map | solution |
---|---|
1 2 12345678901234567890 1 +------+ 2+-+.|....| 3|...A....+---------+ 4|.-.BC-DE|.|.......| 5|.FG-......|.......| 6|.-..H.|...|.......| 7|....-I+-J-|.......| 8|......M...|...<...| 9|.--...|...|.......| 10|....-.+---|.......| 1+-+....+----------+| 2 |...>...@.^^^^^^.| 3 +----------------+ |
|
five boulders (A, B, D, E and J) remain
map | solution |
---|---|
1 2 12345678901234567890123456 1+------------------------+ 2|@......^^^^^^^^^^^^^^^^.| 3|.......+--------------+.| 4+------.+----+ |.| 5 |...........| |.| 6 |.A.B.C.D.E.| |.| 7+-------.----| |.| 8|...F.G..H.I.| |.| 9|...J........| |.| 10+----.-------+ +-----|.| 1 |..K.L.M...| +-|.....|.| 2 |.....N....| |.+.....|.| 3 |.O.P...Q.++ +-|.....|.| 4+------.---+ |.+.....+.| 5|..R.....| +-|.....+-+ 6|........| |.+.....| 7|...+----+ +-|.....| 8+---+ +-----+ |
|
two boulders (A and E) remain.
There is a Bag of Holding in one of the small chambers (17,12), (17,14) and (17,16).
map | solution |
---|---|
1 2 12345678901234567890123456 1 +----------------------+ 2 |..^^^^^^^^^^^^^^^^^^..| 3 |..+-----------------+.| 4+--+.| |.| 5|..|A++ +----+ |.| 6|.....+--|.B..| |.| 7|.CD..|..|..E.| |.| 8++..FG|...HI.++ |.| 9 |J..K...|L..| +-----|.| 10 |.MN.|..|..O| +-|.....|.| 1 |.P.Q+--|.R.| |.+.....|.| 2 |.......|..++ +-|.....|.| 3 +--+.S..|.++ |.+.....+.| 4 +--.-+.| +-|.....+-+ 5 |.T...| |.+.....| 6 |@.|..| +-|.....| 7 +-----+ +-----+ |
this one is NOT solveable without some sort of
"cheating". The reason is that there are only
two more boulders than holes, so you have to use
all but two boulders. Boulders B, E and O can't
be used by any means. B is laying at a wall and can't be pushed down. Because you can't get to the right of B (moving diagonally through B and E or through E and the wall corner is not allowed), you have to push it to the right. But then you can't push E or O away from the wall. (thanks to Paul Grzesina for this explanation) There are many cheats you can use on sokoban:
I suspect that the next version fixes this level anyways... |