/* * File: AdvRoom.java * ------------------ * This file defines a class that models a single room in the * Adventure game. */ import acm.util.*; import java.io.*; import java.util.*; /* Class: AdvRoom */ /** * This class defines a single room in the Adventure game. A room is * characterized by the following properties: * *