Breakout — Final Version

<

To complete the Breakout project, you need to implement the following remaining features:

  1. Take care of the case when the ball hits the bottom wall.
  2. Give the user three chances to remove the bricks.
  3. Check for the other terminating condition, which is removing the last brick.
  4. Test your program to see that it works.