No description
Find a file
2020-05-25 19:49:54 +02:00
docs update README and screenshots 2020-03-16 15:38:01 +01:00
public SPA redirect config for netlify 2020-05-25 11:38:18 +02:00
src removes obsolete editor component 2020-05-25 19:49:54 +02:00
.editorconfig Initial checkin after ove 2020-03-16 15:12:47 +01:00
.gitignore Initial checkin after ove 2020-03-16 15:12:47 +01:00
babel.config.js Initial checkin after ove 2020-03-16 15:12:47 +01:00
LICENSE Initial commit 2020-03-16 15:09:35 +01:00
package.json adds editorjs and some simple extensions 2020-05-25 11:38:18 +02:00
README.md adds review URL to README 2020-04-03 13:20:11 +02:00
tsconfig.json Initial checkin after ove 2020-03-16 15:12:47 +01:00
vue.config.js adds editorjs and some simple extensions 2020-05-25 11:38:18 +02:00
yarn.lock adds editorjs and some simple extensions 2020-05-25 11:38:18 +02:00

rpg-cards-ng

Try the super extra pre alpha version here: https://rpg-cards-ng.netlify.com/

Decks Overview

Deck Example

New and shiny replacement for the slightly outdated and clunky RPC Cards Generator. Not yet usable.

Project goals and if they are already implemented

Roughly in order of planned implementation.

  • comfortable, mobile optimized interface
  • handle decks of cards in a wysiwyg way
  • save decks in your browser
  • edit cards in a wysiwyg way
  • print view (obviously)
  • load graphics directly from game-icons.net
  • create and store cross-deck sets of cards
  • allow graphics upload
  • custom graphic sets

Nice to have

Things I'd love to see but I'm not focussing on right now:

  • different card layouts / theming
  • allow icons to be stored locally (in browser)
  • offline mode
  • PDF export

Project development

yarn install
yarn run serve  # Compiles and hot-reloads for development
yarn run build  # Compiles and minifies for production
yarn run test   # Run tests
yarn run lint   # Lints and fixes files

Attributions