I have a program that I am writing for class. It takes in the rooms of a txt file, creates an array for a dungeon. then I have to be able to navigate through the dungeon using n,s,e,w. When I...