This is a final project for CS106A Code In Place. It is a game called Space Block Buster - Python Style
Intent is to use Python programming to pay homage to one of my all-time favorite video games called Space Invaders.
Mechanics of game play are similar: advancing blocks moving side to side, ability to only fire one projectile at a
time and if missed there is a wait time before another can be launched. Clear all the blocks and you win.