public GameManager(Grid grid, Random random) { this.random = random; this.grid = grid; frog = new Frog("frog.bmp", grid); }