class Room new: (x,y,width,height) => @x = x @y = y @width = width @height = height @hallways = {}