https://github.com/dowscope/dungeongenerator
This will genereate a 2D dungeon
https://github.com/dowscope/dungeongenerator
Last synced: about 2 months ago
JSON representation
This will genereate a 2D dungeon
- Host: GitHub
- URL: https://github.com/dowscope/dungeongenerator
- Owner: Dowscope
- License: cc0-1.0
- Created: 2020-03-26T00:20:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T01:15:35.000Z (over 4 years ago)
- Last Synced: 2025-01-14T12:29:04.319Z (3 months ago)
- Language: C++
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DungeonGenerator
This will genereate a 2D dungeon## Updates
I have generated a maze with rooms. The rooms will have doors. One door per room for now.I am having graphic issues using SDL framework. I am thinking about changing and going to OpenGL.