Random dungeon generation

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By PopSquip

I am making a 2d dungeon crawler and I want to make the levels and enemies generate randomly and make them change after some time how should I go about this?

:bust_in_silhouette: Reply From: davidoc

There are many ways to acomplish what you need, here is some technical stuff you can read: document

And you can also find some implementations in rougue basin.

The most easy algorithm is BINARY SPACE PARTITIONING, of course the dungeon area is simple and not “organic”.