Pygame
To play the game
- The Space ship goes down if you press 'A' and it goes down if you press 'D'
- The Alien is spawaned anywhere in vertical section and is created after every 8 seconds
- There are two types of missile : First missile is shot when you press space bar.If the missile and alien collides the alien is destroyed
- Second missile is shot when you press the letter 'S'.This missile moves twice as faster as the first one .Unlike the first one if the missile and alien collides,the alien will have get be there onn screen for 5 more seconds.Also allien's look will be changed.
- Press 'Q' to quit the game