CallanVass / Text-Based-Adventure-Game

0 stars 0 forks source link

Create Character Inventory #3

Open CallanVass opened 8 months ago

CallanVass commented 8 months ago

1 - Create inventory class

2 - Ensure inventory can be added to rooms and character (composition)

3 - Test by picking up object

4 - Ensure inventory is displayed above user choices throughout the run

5 - (if time permits) Work on feature to drop items in rooms that you don't want

CallanVass commented 8 months ago

Difficulty Level - Medium