home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / GAMES / BOINKO21 / DATA / LEVELS / TEST.LVL < prev   
Text File  |  1999-12-02  |  719b  |  40 lines

  1. #
  2. #   Title:   A Few Example Levels
  3. #   Author:  Dan Ackerman
  4. #
  5. #    mask for puzzles
  6. #    meanings:
  7. #        0    nothing
  8. #        1    normal
  9. #        2    magic
  10. #        3    spin, 1 hit
  11. #        4    spin, 2 hit
  12. #        5    spin, 3 hit
  13. #        6    spin, 4 hit
  14. #        9   permanent
  15. #
  16. # Lines begining with # are comments
  17. #
  18. # No SPACES in data area.  
  19. #
  20. # Levels can only have 63 blocks
  21. # 9 columns by 7 rows
  22. # If you want to use less, fill in space with 0
  23. #
  24. # Level 1 
  25. 1,2,1,2,1,2,1,2,1,
  26. 1,1,1,1,1,1,1,1,1,
  27. 1,2,1,2,1,2,1,2,1,
  28. 1,1,1,1,1,1,1,1,1,
  29. 1,2,1,2,1,2,1,2,1,
  30. 1,1,1,1,1,1,1,1,1,
  31. 1,2,1,2,1,2,1,2,1,
  32. #
  33. # Level 2
  34. 9,0,9,0,9,1,1,1,1,
  35. 0,1,0,1,0,2,2,2,2,
  36. 1,1,1,1,1,3,3,3,3,
  37. 2,1,2,0,0,0,2,1,2,
  38. 1,2,1,2,9,2,1,2,1,
  39. 1,6,6,6,6,6,6,6,6,
  40. 1,9,9,9,9,9,9,9,9,