You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rpg-cards-ng/README.md

47 lines
1.5 KiB
Markdown

# rpg-cards-ng
**Try the super extra pre alpha version here:** https://rpg-cards-ng.netlify.com/
![Decks Overview](https://raw.githubusercontent.com/nkoehring/rpg-cards-ng/master/docs/scrot.jpg)
![Deck Example](https://raw.githubusercontent.com/nkoehring/rpg-cards-ng/master/docs/scrot2.jpg)
New and shiny replacement for the slightly outdated and clunky [RPC Cards Generator](https://crobi.github.io/rpg-cards/generator/generate.html). Not yet usable.
5 years ago
## Project goals and if they are already implemented
5 years ago
Roughly in order of planned implementation.
5 years ago
* [x] comfortable, mobile optimized interface
* [x] handle decks of cards in a wysiwyg way
* [x] save decks in your browser
5 years ago
* [x] edit cards in a wysiwyg way
5 years ago
* [ ] print view (obviously)
5 years ago
* [ ] load graphics directly from game-icons.net
5 years ago
* [ ] create and store cross-deck sets of cards
5 years ago
* [ ] allow graphics upload
* [ ] custom graphic sets
5 years ago
## 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
5 years ago
* [ ] 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
* Icons are from [Zondicons](https://www.zondicons.com).
* Graphics are from [Game-Icons.net](https://game-icons.net/) if not attributed differently.