dndGenerator
dndGenerator copied to clipboard
Npc Generator for Dungeon and Dragon
Non-Player Character generator
Website for generating randomized Non-Player Characters (NPCs) with attributes, in-depth and unique descriptions as well as a plot hook
Development
Setup
You will need to install Node on your system.
$ git clone https://github.com/Cellule/dndGenerator.git
$ cd dndGenerator
$ npm install
Run locally
Start local server
$ npm start