home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD3.iso / zipdat / 3363 / 3363.txt next >
Encoding:
Text File  |  1997-10-10  |  1.8 KB  |  46 lines

  1.                                Maze3D -- Maze Game
  2.  
  3.                               Version 1.5 (10/10/97)
  4.  
  5.  
  6.      Generate and solve mazes on Web browsers that support Java.
  7.  
  8.      The mazes are displayed in three dimensions.
  9.  
  10.      Press the appropriate button to get a "New" maze, "Solve" a maze, or
  11. "Clear" the solution from a maze.
  12.  
  13.      When this applet is run under the application viewer, resizing the window
  14. results in a new maze (except when the window is minimized and subsequently
  15. restored).  Larger windows yield mazes with more rooms.
  16.  
  17.      The vertical scroll bar can be used to change the tilt of the maze.
  18.  
  19.      Check "Square rooms" or "Hexagonal rooms" to change the style of maze.
  20.  
  21.      After a maze with square rooms is drawn, you can use the arrow keys to
  22. solve it.  After a maze with hexagonal rooms is drawn, you can use the Home,
  23. Up Arrow, PgUp, End, Down Arrow, and PgDn keys (or the corresponding numbers)
  24. to solve it.  If those keys are laid out on your numeric keypad as follows:
  25.  
  26.                              Home   Up Arrow   PgUp
  27.                               7        8        9
  28.                                        5
  29.                              End   Down Arrow  PgDn
  30.                               1        2        3
  31.  
  32. the direction of movement in the applet will correspond to the direction of 
  33. the key from "5" on the keypad.
  34.  
  35.      Each maze has exactly one solution that does not involve backtracking
  36. (passing through a doorway more than once).
  37.  
  38.      Java source code is included with this applet.  I, James L. Dean, am the
  39. author of the source code.  Press "About" for information about distributing
  40. this applet.
  41.  
  42.      Send compliments or constructive criticism to my Email address --
  43. csvcjld@nomvs.lsumc.edu.
  44.  
  45.      Enjoy!
  46.