| To generate the mazes: | (All of these files can be downloaded in a ZIP ARCHIVE ) also found HERE.) | Wally – The texture creation tool |
| Maze.class - The maze image generator | bmp2map.exe – The image -> Quake 1 map converter |
| mapconv.exe – The Quake 1 map -> Quake 2 map converter | |
| qbsp3.exe – This renders .map files into playable .bsp files | |
| To run the mazes: | |
| Quake 2 – The Game | |
| maze.bsp - The Maze | |
| floor.wal, wall.wal, ceiling.wal - The textures for the map |
java Maze -b -s xdim ydim
bmp2map maze10x10.bmp mazemap.cfg
mapconv -toq2 -addpath e1u1 mazemap maze
qbsp3 maze.map
map maze