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.
Arkanoid (part 14)
- 7
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet