Hi I'm obviously somewhat new to programming and I'm at a lost in this particular chapter. We have to essentially create a game using linked lists using a Map, Hero, and Room class. Ever since I started this chapter I don't really know what to do. I'm trying to make a dorky little game where you go through rooms and face vegetable monsters to get to a goal of three different steaks at the end which would be received by defeating the top vegetable bosses of each room. But I'm not even sure how to create the battle sequence or make the character move to each room. During the chapter we only really used a switch function and it wasn't this broad where I would have to make a function for each room I guess? I was hoping someone could give me some examples or pointers about where to go next because I have no idea and when I try to find the next step on the internet people are doing the codes in completely different ways. This is what I've got so far with what little help my teacher has provided for the program. I don't even know if I should keep what I have for enemies in the main. I also don't know really how to create the battle scenario for entering a new room. Any help would be appreciated.