English Nederlands

Mazes

As a kid I was already fascinated by mazes. Just wander around in some complex set of passages. Unfortunately there aren't that many 'real' mazes where you can actually walk through. Fortunately we now have the computer, that makes it possible to construct mazes of almost infinite size and complexity. Many modern-day computer games have a maze-like touch.

Just for fun I made some simple maze games myself using JavaScript:

Technical details

Since the mazes are programmed in JavaScript, it is fairly easy to make your own modifications. You will need to download the files below. Edit the .js file to change the layout of the maze. Make your own .gif files to change the appearance.

These mazes should work fine with both Netscape and Internet Explorer, version 4 or higher. Ruud's maze is a positive exception: it works under Netscape 3 as well (only a bit slow). I tried to support Internet Explorer 3 as well, but that was really hopeless. This browser has no onMouseOver event, and it is not possible to change images through JavaScript (there is no document.images object array).

To support Netscape 3, I had to take the following measures:

Links


Return to favourites
Return to main page