Dungeon generation


After spending few days on developing dungeon generator I was able to integrate it with Roguebotica 3D models.

Generator uses Bowyer-Watson algorithm for computing the Delaunay triangulation and Kruskal's Minimum Spanning Tree algorithm for selecting necessary corridors.

The main part of the code for creating corridors is based on this library.

From that point I can move to the next stage of development, which is improving AI.

Cheers!

Get Roguebotica

Leave a comment

Log in with itch.io to leave a comment.