An open API service indexing awesome lists of open source software.

https://github.com/morganconrad/rqg-character-generator

Create a quick and dirty Runequest character, mainly for NPCs
https://github.com/morganconrad/rqg-character-generator

Last synced: 23 days ago
JSON representation

Create a quick and dirty Runequest character, mainly for NPCs

Awesome Lists containing this project

README

          

# rqg-character-generator
Create a quick and dirty Runequest character, mainly for NPCs

[Demo here](https://morganconrad.github.io/rqg-character-generator/)

## Notes

- The meaty Javascript stuff to generate the character is in assets/js/CharacterGenerator.js
- importCharacter.js converts a saved JSON character to markdown
- [marked](https://github.com/markedjs/marked) is used for for markdown processing