MichaelAGolden / pymerchant

Merchant trader simulation written in Python
1 stars 0 forks source link

Inventory and Stats Module #16

Closed MichaelAGolden closed 4 months ago

MichaelAGolden commented 1 year ago

Player inventory is very basic as of now. Need to build a robust system for managing players inventory that allows for tracking of stats and cost basis for items as you buy and sell goods. Once we have figured out how we would track the items costs accurately, stats for the player will not be difficult to implement.

MichaelAGolden commented 4 months ago

Starting over will rebuild issues