Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 607 Bytes

File metadata and controls

10 lines (8 loc) · 607 Bytes

AP Invaders

This is an IntelliJ IDEA Project is a prototype remake of the arcade game Space Invaders that teaches about arrays (technically 1D to teach the benefits of 2D). This was used as a source for an inheritance-centered project to be assigned to students enrolled in AP Computer Science A.

TODO:

  • Adjust timers to emulate original game
  • Modify key controls to optimize responsiveness
  • Create subclasses of aliens to represent varying difficulty levels, sprites/colors, and point values.
  • Incorporate level progression
  • Incorporate sound