dungeon-generator/README.md

14 lines
470 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Procedural Generated Dungeon
A simple dungeon crawler map layout generator written in C using raylib for graphics
## References
- [Procedural Dungeon Generation Algorithm](https://www.gamasutra.com/blogs/AAdonaac/20150903/252889/Procedural_Dungeon_Generation_Algorithm.php)
- [Prims Minimum Spanning Tree](https://www.geeksforgeeks.org/prims-minimum-spanning-tree-mst-greedy-algo-5/)
## Images
![dungeon](/images/dungeon1.png)
![dungeon](/images/dungeon2.png)