Game
Sons of the Void
9 years ago

Talking a bit about our Dungeon Generation


So now I’m working on the procedural room generation algorithm. It’s taking me a few days to finish it as I’ve never done something like this before.

5d0b8c0c32199.gif

This is how it works at the moment:

  • We create some rooms with our tile editor and make them a prefab

  • We pass this prefabs references to the room generator script

  • Randomly, the algorithm chooses between the different available prefabs and distributes them across a squared map

  • In order to distribute this rooms, I’ve created an algorithm based on BSP (Binary Space Partitioning)

  • Now I link the rooms using Kruskal’s algorithm

  • The problem with this algorithm is that it only creates one connection between each colum, so after executing it, I create extra connections with a self made algorithm

Here are some gifs to show the proccess:

Kruskal’s algorithm only generates one connection between columns

5d0b8c0e9200f.gif

Adding some extra hallways

5d0b8c12106ce.gif

Testing the algorithm with lots of rooms

5d0b8c12edecc.gif

As you can see hallways are really ugly and unnatural. So this is what I’ll be working on for the next few days. First I’ll try with A* algorithm and see if the results are fast and well made.
Thanks for keeping up with us!



0 comments

Loading...

Next up

Devlog 11

We're LIVE on KICKSTARTER! Hello everyone! We’re out right now on Kickstarter! Please, support if you like it! https://www.kickstarter.com/projects/grogshot/sons-of-the-void-s…

Devlog 12

Our third Son of the Void is here! Meet The Spike!

We're launching our Kickstarter on May 10th!!! We’ve settled the date on May 10th! It’s coming really soon! We’re looking for support on our Thunderclap Campaign [ https://www.thunderclap.it/projects/56359-sons-of-the-void-kicks… ]!

Devlog 13 - Great news!

Brrr! It's a bit chilly today!

We have a brand new logo!

First enemy animations and skins So we are now testing some of the basic animations and skins for a basic enemy that will apear in the game. All of them are made with Spine :)

New distortion shader in the works!