The main class (Arkanoid) will need to store information about the size of the game field.
Therefore,
a) add two private int width and height fields to the Arkanoid class.
b) create public getters and setters for them.
Arkanoid (part 2)
- 7
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet