Mazes looks amazing , would you describe how to create them ?
while working on this project, I struggled a lot to create those basic platforms.
You should look also another links. About tiles building blocks. And study algorithms recursion.
thanks for you kind words.
I am sorry. There are 4 direction north west eat south. You take random tile and paste on some open direction than do same until reach depth of recursion. Than recursion go back to first open direction and paste another random choose tile and so on. You should take a look a code.
You can by hand (manually) build maze with tiles (no need for algorithms)
You should first have building blocks (“3D tiles” like Lego blocks)
Here you can see some tiles on pictures