SokobanCMP/levels.py

11 lines
109 B
Python
Raw Normal View History

levels = []
lvl_dim = []
levels += [
" "+\
"#######"+\
"#..+./#"+\
"#@#+..#"+\
"#..../#"+\
"#######"
]