< |
|
To complete the Breakout project, you need
to implement the following remaining features:
- Take care of the case when the ball hits the bottom wall.
- Give the user three chances to remove the bricks.
- Check for the other terminating condition, which is removing the last
brick.
- Test your program to see that it works.
|
|