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

  1. -- A sokoban clone for Enigma
  2. -- Name    : Mas Microban 74
  3. -- Filename: mmic_74.lua
  4. --
  5. -- Taken from Mas 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.   "# o.o.o #",
  22.   "# .o.o. #",
  23.   "##o.@.o##",
  24.   "# .o.o. #",
  25.   "# o.o.o #",
  26.   "#       #",
  27.   "#########",
  28. }
  29.  
  30. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  31.  
  32. xsymm = 1
  33. ysymm = 1
  34. play_sokoban(level,1194)
  35.  
  36.