So what you are saying is i should work on my thing class which hold all the objects which are supposed to go in the room? Because i also have a player class which is where i was going to know what objects the player is holding and the players location, a game class which i was gonna have keep the current information about the game, initialize the game and set up all the location so if i type N it knows to go north 2 the other room and i also wanted this class to process the move typed in by the player and determine when the game is over. Then there is the room class where i was gonna contain the name of the room and the description what is in the room and where each exit goes. Thank you.

Angel