We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667e992 commit ad2c009Copy full SHA for ad2c009
2 files changed
Media/addingNewTile.gif
24.6 MB
Readme.md
@@ -1,5 +1,11 @@
1
# Procedural Maze/Dungeon Generation Script-set
2
3
+This is a simple bare-bones dungeon/maze generation script-set that can be used to create dynamically aligned, tile-based, procedural levels.
4
+The algorithm works completely independent of the given tiles and uses "connector" marker objects to tie multiple tiles together.
5
+Although not shown in the sample scene, this dynamic generation also allows for elevation between tiles, as long as they can be aligned.
6
+
7

8
-
9
+Adding new tiles is easy but requires some tweaking, here is a video that shows how to implement a new tile called 'Room2'.
10
+(Github doesn't like me embeding a video but the video link can be access from [HERE](Media/addingNewTile.mp4))
11
+
0 commit comments