validation fails with the following error message: The createGame() method must assign the created Snake object to the snake field. Isn't that what line 21 (snake.draw(this);) is supposed to accomplish?