christianhg / magicalc

MTG Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magicalc

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.

Why?

magicalc exists as an outlet for my newly found interest in Magic: The Gathering and ever growing interest in programming.

Examples of calculations included

  • Lands with most color identities
  • Cards with the longest names
  • Cards with the highest Power/Mana ratio

Demo

Coming soon...

Credits

magicalc relies on the brilliant JSON dataset provided by MTG JSON.

Prerequisites

Development

Installs necessary dependencies:

$ npm install

Runs TypeScript compiler, starts the server, launches the browser and watches for changes:

$ gulp dev

TODO

  • Create backend to cache dataset
  • Implement testing framework
  • Create an actual design

About

MTG Calculator

License:MIT License


Languages

Language:TypeScript 57.1%Language:HTML 19.1%Language:CSS 13.0%Language:JavaScript 10.7%