There's just a little bit left.
Create a private boolean isGameOver field in the Arkanoid class.
Implement the checkBrickCollision method.
In this method, you need to check whether the ball has collided with any of the bricks.
Use the intersects method to test for a collision.
Arkanoid (part 19)
- 13
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet