The following was written on February 14th 2022

This week, I created an inventory and inventory screen for the player. Items automatically stack, and the display automatically updates. I was also able to save the inventory to an external json file and load it back in. Currently there is no way to remove or interact with the items. I think I’ll be able to add functionality for removing items in the coming weeks (i.e, removing key to unlock a door), but Item interaction might have to wait for end of semester polishing.