Procedural Maze Generator
A small procedural maze generator made for procjam 2018,
WASD to move, mouse to look, click on the "trapdoor" at the end to generate a new maze.
Status | Released |
Platforms | HTML5 |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | beeglebug |
Made with | Three.js |
Tags | First-Person, maze, Procedural Generation, PROCJAM |
Average session | A few seconds |
Inputs | Keyboard, Mouse |
Links | Source code |
Development log
- Updated maze sizesNov 01, 2018
Comments
Log in with itch.io to leave a comment.
every third maze the player spawns outside of its confines, and the previous map is kept.
(the latter may be an attempt at doing it mapless, but forgetting to clear the previous-level map.
Ahh, good catch! I think i've sorted it now, it wasn't resetting the position properly when the map size changed. Thanks for the heads up!