Hi everyone,
Download link : http://dl.free.fr/duSvmIaSg
I’m actually developping a game in java and after i created a maze generator i wanted to create something more realistic. I decided to make my own Dungeon Generator.
Here are some of the results of the generation :
-
http://nsa33.casimages.com/img/2014/05/20/140520034746557132.png
-
http://nsa33.casimages.com/img/2014/05/20/14052003540985056.png
It’s actually a version 1.0 with allow us to generate with Rooms and Corridor. Actually it just generates empty rooms with doors sometimes. In a futur time I will be able to add elements in the Rooms, make a locked door with a key. Objects inside the room, …
If you have any question, queries or other think, you can post here or contact me at : kamigaku@gmail.com
HOW TO USE IT :
Pretty simple :
Map m = new Map(50, 30); // first value = x size, second = y size
String[][] map = m.getMap();