crobi / rpg-cards

RPG spell/item/monster card generator

Home Page:https://rpg-cards.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpg-cards

RPG spell/item/monster card generator

Preview

Click here for a live preview of this generator.

Documentation

Click here to read the documentation.

Installation and Updating

This project consists almost exclusively of static HTML/CSS/JavaScript files, but it needs to be build at least one time to work.

The build will update /generator/icons folder with content from:

  • The game-icons project.
  • Fonts from the gameicons-font project.
  • And any files you have added to /resource/custom-icons and /resource/custom-icons-assets.

To build this project:

  1. Check out this repository
  2. Make sure you have Node installed
  3. Run npm install
  4. Run npm run build
  5. Open ./generator/index.html in your browser (or deploy the content of the ./generator folder to your server)

Support

I (the original author) am not maintaining the project anymore, and will not be responding to issues or reviewing PRs. However, I have given write access to a few collaborators that are maintaining the project. Please reach out to me if you want to be included as collaborator, or if you want to take ownership of this project.

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
  • 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.

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

https://rpg-cards.vercel.app

License:MIT License


Languages

Language:CSS 57.7%Language:JavaScript 30.5%Language:HTML 11.8%