Before browser games meant a JavaScript framework loading a miniature console into a canvas element, a website could make an adventure out of the web’s most basic action: click the next link.
AmazeWorld offers a set of interactive maze/adventure experiences built around that primitive but effective idea. One sends you into a dungeon to find a key, defeat a dragon and escape. Another involves stopping an alien threat. A city scenario asks you to locate and dismantle a bomb. A Cinderella-themed maze sends the player after a princess.
The presentation is less important than the mechanism. A web page is a location. A click is movement. An image can hide choices. Another HTML page becomes the next room.
That is a genuinely web-native game design. Instead of pretending the browser is a different machine, AmazeWorld uses the browser’s own navigation model as the engine. History, Back and links are not chrome around the game; they are part of how the player moves through it.
The approach also made distribution nearly frictionless. No installer. No account. No plugin if the implementation stayed simple enough. If somebody sent you the URL and your browser could render images and links, you had the game.
There were limitations, obviously. Loading a new page for every move could be slow on dial-up. Image-map puzzles could be frustrating. State was difficult to manage compared with modern client-side games. Yet those constraints encouraged designers to think about branching structures and spatial illusion in unusual ways.
AmazeWorld is worth preserving because small browser experiments disappear faster than commercially released games. There may be no cartridge to dump, executable to archive or company catalog proving that the thing ever existed. The website is the object.
It also captures an era when people regularly asked, “What weird thing can HTML do if I push it?” rather than starting from a full game stack.
Try AmazeWorld while the doors still open. It is a reminder that the Web was always a game engine if you were willing to count hyperlinks as doors.
