#Build Dungeons With Code
An implementation of Bob Nystrom's dungeon generation algorithm.
Try it! http://jollyra.github.io/dungeon-generator
- Randomly try to place rooms
- Fill the remaining space with a maze
- Connect all nodes together creating a spanning tree
- Add back some connectors depending on desired connectedness
- Trim the passages back making them sparse
Useful References: