This repository is an application to help keep dungeon masters organized. It contains a name generator for NPC's (Non-Player Character), a dice roller for the main dice used in DnD, a notes field, a place to upload images, and a spell lookup.
-
Clone the repository with Git Bash(Windows) or Terminal(Mac) in directory of your choosing.
SSH Clone:
$ git clone git@github.com:peterphenow/RealmRoller.git
-
Type notes into notes field and it will be saved into local storage
-
Select type of di you would like to roll and click the "Roll!" button to get a random number between one and the number chosen.
-
Select which race of the NPC you would like to generate a name for and click "Generate" to receive a name and some information about them.
-
Enter a name of a spell in the spell search bar and click the "Generate Spell Info" button to receive the most essential stats on the spell.
-
Add a image url into the text area and click the "Add Image" button to display the image provided.
Project can be viewed at: https://peterphenow.github.io/RealmRoller/
Fullpage image
NPC generate section
Dice roller section
Amy Paschke: https://github.com/AmyPaschke Bo Stevenson: https://github.com/bo-stevenson Spencer Rosio: https://github.com/detanracnier Benito Gonzalez: https://github.com/ohnobenito Peter Phenow: https://github.com/peterphenow
API's:
- Fun Generator's Name Generator API: https://api.fungenerators.com/
- D&D 5e Spell API: https://www.dnd5eapi.co/api/spells/
Background images:
- map image from @marjanblan
- light mode image from Elena Joland @labf
- dark mode image from Brennan Burling@bwobble11
MIT License
Copyright (c) [2020] [BoStevenson] [AmyPaschke] [SpencerRosio] [BenitoGonzalez] [PeterPhenow]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.