-- A sokoban clone for Enigma -- Name : Microban 107 -- Filename: mic_107.lua -- -- Taken from Microban -- Copyright: David W Skinner -- Email : sasquatch@bentonrea.com -- Website : http://users.bentonrea.com/~sasquatch/sokoban/ -- With friendly permission from David W Skinner. -- -- Converted to enigma format by Ralf Westram (amgine@reallysoft.de) dofile(enigma.FindDataFile("levels/ralf_sokoban.lua")) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- level={ "########", "# #", "# o*** #", "# * * #", "# * * #", "# ***. #", "# @#", "########", } -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- swapStyle = 2 xsymm = 1 ysymm = 1 psymm = 1 play_sokoban(level,918)