-- A sokoban clone for Enigma -- Name: Sokoban 1 -- Filename: xsok_01.lua -- -- Converted from XEmacs Sokoban level #1 -- by Ralf Westram (amgine@reallysoft.de) dofile(enigma.FindDataFile("levels/ralf_sokoban.lua")) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- level={ "#####!!!!", "# ####!", "# o ##", "## oo# #", "!## @.#", "!!####..#", "!!!!!####", } -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- play_sokoban(level,0) document(xlo+1,ylo+1, "Welcome to the world of Sokoban. ".. "The following levels were converted from the sokoban version that comes along with XEmacs. ".. "Your task is simple: Push the boxes to the destination fields to get access to the oxyd stones! ".. "Have fun!" )