Classwork 7 2/2/06
Snarf new version of Pong Jar: 03_pong_updated.jar
Work on the changes like those suggested in the former pong assignment.
- Change ball to ball (sphere or round ellipse).
- Change right paddle to a rectangele.
- Assign different colors to each paddle (not visible in left paddle
since it is an image sprite).
- Have ball turn black when it hits a wall. If it hits a paddle, it
should turn to the same color as the paddle.
- Extra: Have right paddle alternate between two colors when hit by
the ball.