home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Enigma / Enigma-081.exe / data / levels / Sokoban / mmic_99.lua < prev    next >
Text File  |  2003-07-14  |  848b  |  37 lines

  1. -- A sokoban clone for Enigma
  2. -- Name    : Mas Microban 99
  3. -- Filename: mmic_99.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.   "!!#   #!!!!!",
  22.   "!!#  ###!!!!",
  23.   "###. #x#####",
  24.   "#__. ###___#",
  25.   "#__. #_o___#",
  26.   "#_#.##_o_o_#",
  27.   "#__._@__oo##",
  28.   "##__###___#!",
  29.   "!####!#####!",
  30. }
  31.  
  32. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  33.  
  34. swapStyle = 0
  35. play_sokoban(level,1201)
  36.  
  37.