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.

  1. Change ball to ball (sphere or round ellipse).
  2. Change right paddle to a rectangele.
  3. Assign different colors to each paddle (not visible in left paddle since it is an image sprite).
  4. Have ball turn black when it hits a wall. If it hits a paddle, it should turn to the same color as the paddle.
  5. Extra: Have right paddle alternate between two colors when hit by the ball.