Created
August 30, 2016 19:29
-
-
Save bpteam/2932279acd985ba35c0dc001c5eee3c6 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
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