Skip to content

Instantly share code, notes, and snippets.

@bpteam
Created August 30, 2016 19:29
Show Gist options
  • Save bpteam/2932279acd985ba35c0dc001c5eee3c6 to your computer and use it in GitHub Desktop.
Save bpteam/2932279acd985ba35c0dc001c5eee3c6 to your computer and use it in GitHub Desktop.
inventory = Inventory()
gold = Gold()
gold.quantity = 15
inventory.put(gold)
bagpack = Bagpack(inventory)
hero = Hero(bagpack)
hero.persistence = Game.gen_hero_persistence()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment