#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.
Comments 1
this reminds me a little of griffpatch
Sign in to join the conversation.