Description

This is a simple 3D level generator which you can generate random size Rooms(Cube) on a 3d map. Rooms are connected randomely by Collidor(Blue cube) and Stair(Green Cube). You can have fun with parameter on the left side and try to create your own level!! :)

Instruction

New dungeon : Generate rooms, paths and collidor
New path : Calculate which rooms are connected by algorithm of Prim
New collidor : Display collidor on the path between connected rooms
2D/3D : In 2D mode, rooms are on the same plan as a 2d level. In 3D mode, rooms have different height as a dungeon.
Room Number : number of rooms you wish to generate. If room size is too big and grid is too small. It would automatically stop generate new room.(You wont have any thing if this is 0 )
Grid size : Size of grid which contains all room. 
Min distance : Minimum distance between each room
Max room size : Maximum room size  we could have. Minimum is automatically 1.

Leave a comment

Log in with itch.io to leave a comment.