Skip to content

RPG spell/item/monster card generator

License

Notifications You must be signed in to change notification settings

Demonsthere/rpg-cards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpg-cards

RPG spell/item/monster card generator

NOTE: This repository is a fork. All custom changes are done on revised branch.

Preview

Click here for a live preview of this generator.

FAQ

  • What browsers are supported?
    • A modern browser (Chrome, Firefox, Edge, Safari). The generator has some issues on IE.
  • Cards are generated without icons and background colors, what's wrong?
    • Enable printing backround images in your browser print dialog
  • I can't find an icon that I've seen on game-icons.net, where is it?
    • See the section "updating icons" below.
  • The layout of the cards is broken (e.g., cards are placed outside the page), what's wrong?
    • Check your page size, card size, and cards/page settings. If you ask the generator to place 4x4 poker-sized cards on a A4 paper, they won't fit and they will overflow the page.

Local development

This project has been dockerized - build:

docker build . -t rpg-cards

And then run:

docker run -p 8080:80 rpg-cards

Or use the official image:

docker run -p 8080:80 demonsthere/rpg-cards:latest

License

This generator is provided under the terms of the MIT License

Icons are made by various artists, available at http://game-icons.net. They are provided under the terms of the Creative Commons 3.0 BY license.

About

RPG spell/item/monster card generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 58.1%
  • JavaScript 35.6%
  • HTML 6.2%
  • Dockerfile 0.1%