This assigntment is almost done. The problem that me and my group is facing is about the doors of each room. For an example, in the first Room the player only has one option and it's [s] and in the next room there is both [s] and [e].
How do we make a arraylist of rooms in the class room and connect it with the main method for each room? We tried if statements but didn't work...or perhaps it does. How do we connect the doors with each path for each room? And how do we put a message like "Wrong way!" when you click on the wrong letter. We use n, s, w, e in this game.
Also, every room doesn't have 4 doors.