Java adventure action games

broken image
broken image
broken image

* sometimes without even trying, knowwhatimssayin? * Returns true if there is no light in this room, * Sets the key variable in this room to null * Sets the lamp variable in this room to null * Returns true if the player can go west from this room * Returns true if the player can go east from this room * Returns true if the player can go south from this room * Returns true if the player can go north from this room * Returns the text description of this room here is what i have so far in my room and adventure class. I need to set the players room location to and i can't figure out how. These have all been tested and are correct so now I am writing my adventure class which is the driver for the program. In my game there are several class I have written including room, lamp, chest, java, player, key and map.

broken image