I am creating a Java text-based game in which rooms are stored in an ArrayList and the items within those rooms are stored within a separate ArrayList.
I have been able t