Arkanoid (part 14)

  • 7
  • Locked
The Ball class is missing something: First, you need to implement the move() method inherited from BaseObject: a) x should increase by dx each turn; b) y must increase by dy each turn; If the ball is frozen, then x and y should not change.
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