Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 378 Bytes

Space Invaders

  • 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

Run the game

Install pygame:

pip install pygame

Run:

python launcher.py