home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / australi / spgames.lzh / SQUASHER.INI < prev    next >
Text File  |  1989-05-31  |  717b  |  27 lines

  1. !    this file contains the initialisation data for the game SQUASHER.
  2.  
  3. ! The high score file is a text file containing the highest score
  4. ! gained for each of the 9 skill levels.
  5. HIGH SCORE FILE
  6. highscor.dat
  7.  
  8. ! The figures (text) file contains the description of each of the figures
  9. ! used in the game.  The figures are in the following order:
  10. FIGURES  FILE
  11. figures.dat
  12.  
  13. ! The maze data file contains the various mazes (boards) used in the game.
  14. MAZE FILE
  15. board.dat
  16.  
  17. ! The number of rounds in each game. 
  18. ! If = 3 then the user must capture all the treasures (see below) 
  19. ! on the 3 levels before winning ! 
  20. NUMBER OF LEVELS
  21. 3
  22.  
  23. ! The number of treasures at each game level.
  24. TREASURES
  25. 1  2  3
  26. 
  27.