home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 058.lha / Maze.hlp < prev    next >
Text File  |  1986-11-20  |  2KB  |  45 lines

  1. Amiga Maze Help File
  2.  
  3. The object of the game is to find the exit which is hidden some
  4. where in the maze. When the game is first started, an
  5. identifying banner appears. Pressing any key takes you to a
  6. window which requests the size of the desired maze. Any size can
  7. be selected from 6 x 6 to 100 x 150. The size represents a grid,
  8. much like a piece of gridded paper, in which the computer draws
  9. the maze. The first dimension is the number of horizontal spaces
  10. used and the second is the number of vertical. The numbers can
  11. be anything you want, but multiplying them together cannot
  12. exceed 150,000. It may take BASIC a while to generate a large
  13. maze, but the larger mazes are more fun.  
  14.  
  15. There are three main windows. The one on the left  displays your
  16. current position in the maze and the adjoining paths. You are
  17. shown where corners are, but no detail beyond until you move
  18. there. The cursor keys control your movement.  As you move you
  19. will notice that your position stays the same in the window, but
  20. the displayed part of the maze changes.  The small window
  21. labeled score keeps track of the number of  moves you make.  
  22.  
  23. The third and largest window is a help window. By requesting a
  24. map from the help menu on the menu bar, the entire area of the
  25. maze that is local to your position is displayed in this window.
  26. Your position is always shown in the center of the display and
  27. the map is drawn around you. Only as much of the  maze as can be
  28. shown inside of the window is displayed. Asking  for a map will
  29. cost 20 moves each time as an incentive not to  request it so
  30. much.  
  31.  
  32. There are three levels of play available, selectable from the
  33. levels menu. The first level will leave the currently displayed
  34. map on the screen until the next time map is requested. The
  35. second level displays the map until the next key press. The
  36. third level is a timed map and erases the map window after a few
  37. seconds.  
  38.  
  39. Selecting 'Help' from the help menu will display this file.
  40.  
  41. Your position is always marked as an orange square in both
  42. displays. The exit position will display as a black square.  The
  43. 'quit' and 'restart' functions under the main menu will do just
  44. what they say.  
  45.