I wanted to generate maze-like underground structures for a game project.
The algorithm is inspired by vazgriz's dungeon generator: https://vazgriz.com/119/procedurally-gener...
And I used SplineMesh to generate the tunnels between the rooms: https://github.com/methusalah/SplineMesh