Arkanoid (part 2)

  • 7
  • Locked
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.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet