Skip to content

Instantly share code, notes, and snippets.

@franksands
Created December 9, 2015 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franksands/8f1d4bf6a4a996ac491d to your computer and use it in GitHub Desktop.
Save franksands/8f1d4bf6a4a996ac491d to your computer and use it in GitHub Desktop.
monsters = [{"name":"Goblin", "health":20, "magicPoints":0, "attack":"Dagger"},
{"name":"Dragon", "health":300, "magicPoints":200, "attack":"Fireball"},
{"name":"Orc", "health":40, "magicPoints":0, "attack":"Sword"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment