Log In  


Cart #37800 | 2017-02-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Little demo for my crazy concept I was thinking of while being in nuthouse. Finally, collisions works fine but maze still have no finish.

3


I kind of like how the maze is not stable. The walls eating you seems severe. Or as you say, works awful. But maybe the punishment for touching the walls could be that the maze generation would be less favorable. So you get the easiest maze if you go slow. Is the goal to make it to an edge?


that's a 3d maze, right? you're secretly changing floor?
that's really clever!

note: had tried the previous version timeline talks about, where walls would swallow you. that was really underwhelming, I guess that was buggy?


Yeah, the thing was all maze is divided into small segments and if you coming close to neghbor segment, you automatically teleport onto it, no matter if it has walls on it. This time I recreate segment with its neighbours in bottom of the map, so I no more need to evaluate walls on the run.
Also, it is not a 3D maze, I wanted to create maze in non-Euclidian space, where you can climb the stairs all the way up and find yourself on the bottom floor.


oh it's stable if you backtrack then. that is a nice idea. how do you know you are going up a stairs?



[Please log in to post a comment]