This document schould help you to create own levels and levelsets for JSokoban. We divide it in two chapters.
To create a own JSokoban level you only need an idear and a simple text editor ( like Notepad on windows or emacs under Unix )
At first create a file ( Levelname.lev ).
Then you can start to create your level.
The level is represented by following ascii characters.
Now you must create a closed room and place one player and the same count of boxes and places inside.
Example:
######
# .#
# $$+#
# # #
# #
######
download the example file here.