0.1.0 • Published 8 years ago

dungeon-tools v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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.

  • 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

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.' */