The Maze
This is an auto-generated text-adventure style maze, using only HTML
and CSS.
Rooms descriptions are generated by a simple Python program and
every hour an existing room is chosen at random and
is extended in a new direction.
ENTER THE MAZE
Tips
- Try refreshing every so often - new rooms are generated all the time.
- This maze isn't connected on a grid, so don't expect to end up in a reasonable place if you go in a circle.
- However, you can always retrace your steps to end up in the same place.
- There is no exit or goal.
- That said, there may or may not be a special room hidden in here somewhere...
- If you want to find out how it works, feel free to take a look in
/home/odwyer/public_html/maze/
and /home/odwyer/mazegen/
.