You are browsing as a guest. Sign up (or log in) to start making projects!

2h 9m 46s logged

#Very Short Devlog 4:

3d Maze Game in plain HTML and JS

I first fixed the fisheye distortion by modifying the distance. The main addition is adding the DFS maze generator which took a lot longer. I couldn’t just copy and paste my old maze generator code because it creates a super thin wall which is not possible in this game. The recursive method kept hitting a call stack limit so I had to remake the entire thing from scratch which was fun.

0
51

Comments 1

@BoltyPlays

this reminds me a little of griffpatch