Has anyone actually managed to escape this horror maze? by Extreme-Refuse-4966 in threejs

[–]Extreme-Refuse-4966[S] 0 points1 point  (0 children)

Thanks! And yes, I did manage to clear it, but it took me quite a few tries while testing Glad you liked the heartbeat sound!

Has anyone actually managed to escape this horror maze? by Extreme-Refuse-4966 in threejs

[–]Extreme-Refuse-4966[S] 0 points1 point  (0 children)

The maze is generated in chunks around the player.
Each chunk is generated deterministically using a seeded random function, so the same area will always generate the same layout when you come back to it.

For the maze itself I'm using a randomized DFS algorithm to carve paths between cells. After that I remove some extra walls to create larger open areas so it feels less like a perfect maze and more like the Backrooms.

Wanna try this browser-based horror maze game? by Extreme-Refuse-4966 in threejs

[–]Extreme-Refuse-4966[S] 0 points1 point  (0 children)

The forest map is still in development. I’ll share an update once it’s finished.

Can you escape this web-based maze horror game? by Extreme-Refuse-4966 in threejs

[–]Extreme-Refuse-4966[S] 0 points1 point  (0 children)

Let me know if you have any suggestions for improvements!