home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Enigma / Enigma-081.exe / data / levels / Sokoban / mic_145.lua < prev    next >
Text File  |  2003-04-29  |  845b  |  39 lines

  1. -- A sokoban clone for Enigma
  2. -- Name    : Microban 145
  3. -- Filename: mic_145.lua
  4. --
  5. -- Taken from Microban
  6. -- Copyright: David W Skinner
  7. -- Email    : sasquatch@bentonrea.com
  8. -- Website  : http://users.bentonrea.com/~sasquatch/sokoban/
  9. -- With friendly permission from David W Skinner.
  10. --
  11. -- Converted to enigma format by Ralf Westram (amgine@reallysoft.de)
  12.  
  13.  
  14. dofile(enigma.FindDataFile("levels/ralf_sokoban.lua"))
  15.  
  16. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  17.  
  18. level={
  19.   "!!!#####!!!",
  20.   "!!!# @ #!!!",
  21.   "!!##   ##!!",
  22.   "###.ooo.###",
  23.   "#  o...o  #",
  24.   "#  o.#.o  #",
  25.   "#  o...o  #",
  26.   "###.ooo.###",
  27.   "!!##   ##!!",
  28.   "!!!#   #!!!",
  29.   "!!!#####!!!",
  30. }
  31.  
  32. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  33.  
  34. xsymm = 1
  35. ysymm = 1
  36. psymm = 1
  37. play_sokoban(level,920)
  38.  
  39.