项目作者: vazgriz

项目描述 :
Procdural dungeon generator for Unity3D
高级语言: C#
项目地址: git://github.com/vazgriz/DungeonGenerator.git
创建时间: 2019-11-19T04:38:35Z
项目社区:https://github.com/vazgriz/DungeonGenerator

开源协议:MIT License

下载


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.