Which cards have the longest names, you might wonder. Or which cards have the highest Power/Mana ratio? The answers to these questions and many more can be found in magicalc: The MTG calculator.
magicalc exists as an outlet for my newly found interest in Magic: The Gathering and ever growing interest in programming.
- Lands with most color identities
- Cards with the longest names
- Cards with the highest Power/Mana ratio
Coming soon...
magicalc relies on the brilliant JSON dataset provided by MTG JSON.
Installs necessary dependencies:
$ npm install
Runs TypeScript compiler, starts the server, launches the browser and watches for changes:
$ gulp dev
- Create backend to cache dataset
- Implement testing framework
- Create an actual design