This is a classic 'alien invasion game' built using pygame and Python3. The objective of the game is to shoot down as many aliens as you can.
- Python3
- Pygame
$ python3 run.py
- Press SPACE to shoot bullets
- Move the spaceship using right and left arrow keys
- Press Q to quit
- Press H for help
- Press P to start playing a new game after Game Over
- When a bullet hits an alien, it dies
- If an alien hits the ship, you lose a life.
To change a setting you don't like, change the respective value in settings.py