Skip to content

Javascript plugin that automatically converts a MTGA decklist into a fancier version of it.

Notifications You must be signed in to change notification settings

lukegothic/mtgadecklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoMagic Arena Decklists

Javascript plugin that automatically converts a MTGA decklist into a fancier version of it.

Version

Prototype 2

Demo

Demo

How to use

  1. Create a div node in your html document
  2. Add the attribute data-decklist="custom" to the node
  3. Copy the MTGA decklist inside the node
  4. Include a script tag at the end of the html body to use the lib
    <script src="https://lukegothic.github.io/mtgadecklist/mtgadecklist.js"></script>
  5. ???
  6. Magic!

TO-DO

  • Button to export decklist to MTGA
  • Get decklist from remote source (mtggoldfish,tappedout...etc.)
  • Deck header with deck name, colors and total cards
  • Sideboard cards
  • Nice fade in/out effect on showing the card preview
  • Settings
    • Card grouping (ungrouped|light grouping (Creatures, Spells, Lands)|full (All card types))
    • Cards as images (yes|no)
    • Show header (yes|no)
    • Show footer (yes|no)
    • Position of the card preview (inside|aside|none)
    • Layout (single|multiple columns)
    • Theme (light|dark|custom)

About

Javascript plugin that automatically converts a MTGA decklist into a fancier version of it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published