- A shooter game
- Control a spaceship on the screen (left, right, space to shoot, esc to quit)
- Waves of aliens move across and down the screen
- Aim is to shoot all the aliens before they touch your spacecraft
Install pygame
:
pip install pygame
Run:
python launcher.py