It’s a start of a game I intend to work more on. At the moment, it’s just a maze you have to solve. Every next maze is bigger and the mazes are generated at random and are never the same.
A lot more gameplay has to be added and it’s all very crude atm, but maybe you could test it out to see if it works at all.
There is no culling atm, so when mazes start to get bigger, you might experience slow downs. Since the geometry is obviously very simple, it’ll also be possible to add a lot more eyecandy to it (with ‘possible’ I mean given my math skills ::)).
The controls are quake type (WASD + mouse) and you need an openGL compatible video card to run it (it uses LWJGL).
The webstart link is here:
www.mycgiserver.com/~movegaga/mazer/mazer.jnlp
(should work on windows and linux)
Erik