Arkanoid (part 5)

  • 7
  • Locked
What else is the Arkanoid class missing? First, it needs a run() method, where we'll define the main logic of the program. It also needs a move() method, which will move by one step all objects that need to be moved. Create the run() and move() methods.
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