I'm coming along pretty nicely with this for starting yesterday.
If anyone would be willing to make some nicer tiles that would be super.
They need to be 32x32
Here’s my version 0.1 of lsokoban, the level engine is 100% and you can play the first level. It's written in Lua and you will need to place the files in the lua player applications directory.
Editing the array in /levels/1.lua will allow you to create your own level.
2 = pushable block
1= grey block
0 = black space
-1 = start position
-2 = goal
I’ll accept level submissions and graphics for inclusion in future versions.