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.

StatusReleased
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authorbeeglebug
Made withThree.js
TagsFirst-Person, maze, Procedural Generation, PROCJAM
Average sessionA few seconds
InputsKeyboard, Mouse
LinksSource code

Development log

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!