I am creating a text based game where I need to move from Room to Room and pick up items before finishing in a final room. I have written out my rooms and the directions to pass between them below. How do I make the items be in the rooms, how do I then pick them up, how do I print out that you are now in ['current room' , you have ['items'] . Then when you're reach the control room with all the items you win the game. otherwise you lose. I am unsure how to make that reflect in the code. I have included the storyboard and pseudocode for what I'm trying to accomplish. Please help explain what I need here.