https://github.com/jongallant/DungeonGenerator
A dungeon generator for Unity
https://github.com/jongallant/DungeonGenerator
dungeon-generator procedural-generation unity unity3d
Last synced: about 2 months ago
JSON representation
A dungeon generator for Unity
- Host: GitHub
- URL: https://github.com/jongallant/DungeonGenerator
- Owner: jongallant
- License: mit
- Created: 2017-01-13T13:58:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T11:43:42.000Z (over 8 years ago)
- Last Synced: 2024-11-10T20:38:38.188Z (7 months ago)
- Topics: dungeon-generator, procedural-generation, unity, unity3d
- Language: C#
- Size: 485 KB
- Stars: 467
- Watchers: 29
- Forks: 63
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# DungeonGenerator
A dungeon generator for Unity. Based on the TinyKeep dungeon generator. Article can be found here:http://www.gamasutra.com/blogs/AAdonaac/20150903/252889/Procedural_Dungeon_Generation_Algorithm.php

Minimum Spanning Tree calculations were done with the following library:
https://github.com/adamgit/Unity-delaunay