Due: Monday 11/25 10:00am

Submission name: work28_invaders

a28_invaders

With your TablesBuddies+™

Start with a working version of yesterday’s assignment, you can grab one from the theSource if you like. Then, write code that will create the classic movement pattern from Space Invaders. The grid of Balls should move as a unit, one ball length at a time. When the grid hits the left or right edge, it should then move down one ball length, and then reverse direction.

  • The grid should move once per second.
  • The projectile should still be able to collide and remove balls.
  • You may want to add a new class to represent the grid of balls.

For this assignment, discuss and plan with your TableBuddies+™ before diving into coding. This is not a trivial task.