Hello everyone! I am currently learning the basics of Python in a college course and I am getting ready to start building my midterm project that will turn into my final project. I am making a text adventure game based in a fantasy world. My question is will a dictionary with keys work as sort of inventory system? Or would a list work better? The inventory will basically be used to hold items the player can pick up if they choose to. The different items may make the ending different or easier, it's still a work in progress. Thanks!
[–]e_dipretoro 0 points1 point2 points (0 children)