-
Notifications
You must be signed in to change notification settings - Fork 1
Sokoban Level Format
Kris Urbas edited this page Feb 3, 2018
·
4 revisions
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:
#####
#@$.#
#####
There are a lot of websites where you can find ready levels, here are a few examples: