The Arkanoid class will also need to store a reference to the ball (Ball), paddle (Paddle), and list of bricks.
Here's what we need:
a) create two private fields in the Arkanoid class: Ball ball and Paddle paddle.
b) add a private List bricks field.
Arkanoid (part 4)
- 7
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet