issues
search
K-Mistele
/
seeker-of-the-sword
ascii-character adventure code written into console via python
Other
5
stars
0
forks
source link
Refactor/inventory
#63
Closed
K-Mistele
closed
6 years ago
K-Mistele
commented
6 years ago
Inventory Refactoring
Inventory is now a class
method for class to import items from a source (possible TODO: export)
Random content generation is now part of the inventory class, and will be passed by the chest class.
Dying is now a method of the monster class.
Inventory Refactoring