Created
April 5, 2018 06:08
-
-
Save MarcoWorms/9617a1772065b07fb3d62730355034e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const deck = [ | |
{ name: 'Fireball', damage: 6, cost: 2 }, | |
{ name: 'Thunderstorm', damage: 10, cost: 3 }, | |
{ name: 'Ice Razors', damage: 30, cost: 7 }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment