Arkanoid (part 16)

  • 7
  • Locked
And finally, the paddle! It will need the following private fields: a) double speed (the paddle's speed); b) direction (direction of movement along the x axis: 1 - to the right, -1 - to the left, 0 (initial value) - hold still). Also, create getters 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