https://github.com/quantizor/dungeon-tools
🏹 autogenerate a dungeon spec based on 5e rules
https://github.com/quantizor/dungeon-tools
dungeons-and-dragons
Last synced: 9 months ago
JSON representation
🏹 autogenerate a dungeon spec based on 5e rules
- Host: GitHub
- URL: https://github.com/quantizor/dungeon-tools
- Owner: quantizor
- Created: 2016-10-12T04:27:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T05:14:30.000Z (over 9 years ago)
- Last Synced: 2025-03-06T15:51:32.708Z (over 1 year ago)
- Topics: dungeons-and-dragons
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [wip] dungeon-tools
This is an ongoing side project to create a set of tools that procedurally-generate a dungeon based on 5th edition D&D rules.
- [x] description generator
- [ ] dungeon layout generated in JSON form
- [ ] JSON -> SVG outlines
- [ ] some sort of website
### nice to have
- [ ] more flavor in the generated descriptions (some kind of thesaurus integration?)
- [ ] SVG background textures based on the layout segment type
- [ ] furniture?
- [ ] fog of war & click to dismiss on individual layout segments (great for DMs)
## usage
```js
import descriptionGenerator from 'dungeon-tools/description';
descriptionGenerator(); /* 'An Elven maze, on the back of a Gargantuan living creature. Rumor has it that the original creator is still in control.' */
```