Skip to content

This app brings together several tools to easily create Magic decks.

License

Notifications You must be signed in to change notification settings

doriongilmore/mtgGenerator

Repository files navigation

Magic the Gathering - Deck Builder

This app brings together several tools to easily create Magic decks.

UI only - will save your lists in browser's local storage, but you should save them on other websites or on a file for long term use.

Features Covered :

  • card search (name - color - capacity - etc.)
  • deck creation/edition
  • import/export from/to text format (several formats supported)
    • X [edition] cardName // magiccorporation.com
    • X cardName (edition) // untap.in
    • JSON // doriongilmore.fr
    • more if needed ? fill an issue
  • graphs & stats by decks with https://vue-chartjs.org/
    • mana cost repartition
    • color repartition
    • type repartition
    • performances - continuous improvement in #10
  • ready-to-print 😱
    • pdf containing 9 real size cards by page
    • pdf generated with window.print()

Feel free to propose Pull Requests

git clone https://github.com/doriongilmore/mtgGenerator.git
npm install
npm run dev #run a dev server
npm run build #build prod assets