public Game(Rectangle boundaries) { this.boundaries = boundaries; player = new Player(this, new Point(boundaries.Left + 30, boundaries.Top + 70)); }