itch.io is community of indie game creators and players

Devlogs

Dungeon generation

Roguebotica
A downloadable game

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!

Download Roguebotica
Leave a comment