Version 1 of WebMaze

Updated 2013-02-22 17:24:28 by HJG

HJG 2013-02-22 A WebMaze is a maze of webpages, with links pointing to other pages of the maze. Each such page is quite simple, but creating/maintaining all the links by hand would be hard/errorprone/boring.

So I wrote a program that creates such a set of webpages. The first one is quite simple, as it uses a hardcoded 3x3 maze.

One way to use this, is to 'hide' some part of a website (or all of it :).

E.g. the standard index.html redirects to the first maze-page, and the maze-exit-page points to the 'real' homepage, e.g. start.html.


...


Todo: Generate a maze, like maze generator2, or import such a maze-description.