Simple dungeon generator (1st version, v0.1)

Channel:
Subscribers:
2,200
Published on ● Video Link: https://www.youtube.com/watch?v=fa4Vrm0RskY



Duration: 2:50
307 views
1


My blog: http://ap-p.blogspot.hu/
Music: http://www.templateswise.com/Free_Music_Loops/detail/link-3.html

About this:
This is an experimental, simple generator. Not completed yet. There is no doorway generation in this yet. The algorithm is simple and not very efficient, but the array is small, so it still generates the level is some milliseconds. On the video you can see the generation in lower speed (one room/0.5 seconds), it is just a simple debug feature that uses Unity's Yield WaitForSeconds() function. Disabling this generates the level in normal (very fast) speed.







Tags:
dungeon
zelda
isaac
unity3d
rpg