Below is a three-dimensional maze walker game implementation based on code
originally written by Abraham Joffe.
Notes:
Since all the graphical objects in this game have been implemented as morphs,
you can flexibly move objects around.
For instance, you can move the radar view outside the actual game window, or pick up the status bars and move them to a different location.
Try it yourself! Click on the floor area of the game and then press space bar
to start the game.
Use the arrow keys to navigate through the maze.
Try to find all the blue walls, and steer yourself through all of them
to proceed to more advanced game levels.