/mtg-perspective

A deck-builder and card-screener for MtG, built on Perspective

Primary LanguageJavaScriptApache License 2.0Apache-2.0

mtg-perspective

A deck-builder and card screener for Magic: The Gathering, built on Perspective.

Demo

Demo at https://texodus.github.io/mtg-perspective/. You can quick-import a tappedout list by adding it to the URL's query string, e.g https://texodus.github.io/mtg-perspective/?seasons-in-the-abyss-67. Once loaded, localStorage will keep the most recent deck state after browser refresh.

Data

mtg-perspective runs entirely in the browser and does not need a server, but it does rely on a few compile-time data dependencies and run-time Web Services:

Build Instructions

Install dependencies:

yarn

Generate the initial database as an Apache Arrow:

yarn generate

Host locally

yarn start