1. Refactor your project to introduce a separate Player class. A Player object should store at least the current room of the player, but you may also like to store the player's name or other information.
2. What does your program do if you type "back" twice? Is this behavior sensible?