Add field
in Room .
Extend the Room constructor , or write the new one, which takes into account a new parameter, image.
If you dane this, look
setExit(String direction, Room neighbor)
Each neighbor already has its own image!
//
Good idea is overwrite method
which represent all fields. In this case
After instantiate for example Room kitchen = new Room(parameters);
you can simply check this room, printing kitchen to system console.
After adding new exits, too.
But attention. Keep in mind - in case if extis of rooms are looped, method toString will lead to a looping program.