Skip to content

Sokoban Level Format

Kris Urbas edited this page Feb 3, 2018 · 4 revisions

Sokoban Level Format

The most commonly used format for representing a level of Sokoban is:

level element character
wall #
player @
player on goal +
box $
box on goal *
goal .
floor (space)

The simplest solvable level looks like this:

#####
#@$.#
#####

Where to find levels?

There are a lot of websites where you can find ready levels, here are a few examples:

Clone this wiki locally