Sorry, you need a Java-enabled browser to play Maze. I'm not aware of a Java browser for Windows 3.11, but if you're running UNIX, Mac, or 32-bit Windows, the latest version of Netscape will support Java.

(You may need to click the mouse in the applet window first to get the applet to respond to key presses.)

Directions for Maze

The object of the game is to move from the entrance to the exit. The exit is located on the outer edge of the maze, as far from the entrance as possible.

Use the following keys to move:
KeyAction
UP ARROW, 8, kmove forward
LEFT ARROW, 4, hturn left
RIGHT ARROW, 6, lturn right
DOWN ARROW, 2, jmove backward
TABtoggle automap
ESCAPEstart over
+enlarge map
-shrink map

I don't recommend that you hold the keys down--if you want to move forward 3 times, press the up arrow three times. Don't hold the key down, or key repeat will kick in and cause you to move farther forward than you'd like.

Note for people running Sun Netscape: The arrow keys may not work. Use another set of movement keys.

The skill levels determine the size of the maze, and the number of rooms. Level 0 is an extremely simple 4x4 maze. Level 1 is a reasonably easy 12x12 maze with 2 rooms, and level F is a 150x120 maze with 80 rooms.

From MAZE by Paul Falstad.