Simple Invaders Game
 

Note that you move the blue paddle with left/right keys, and fire with the space bar.  The red ball is fired randomly (though always downward).  You should use bounding boxes for all collision tests (this makes the game a bit easier to implement).  Play the game in order to determine the rest of the design spec.