• Stars
    star
    670
  • Rank 67,002 (Top 2 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Procdural dungeon generator for Unity3D

Dungeon Generator

This is the repo for the dungeon algorithm detailed here: https://vazgriz.com/119/procedurally-generated-dungeons/

Screenshots

A* pathing

License

The priority queue is by BlueRaja. The license can be found in Assets/BlueRaja. The delaunay triangulation is based off of code by Simon Zeni. The licenses can be found in Assets/Scripts2D/Delaunay2D.cs and Assets/Scripts3D/Delaunay3D.cs.