Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 712 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 712 Bytes

Alien Invaders

Inspired by "Spacer Invaders" this game is built with Python using the Pygame libray. Alien Invaders has the user defeat a cascading line of aliens by shooting bullets with their ship from the bottom of the screen. The game features progressively challenging levels and a score tracker.

How to play

If you have the correct verison of python and pygame installed you can run the game in the command line. To play, enter the following:


  cd Alien-Invaders
  python alien_invasion.py

Use the arrow keys to move left and right and the space bar to shoot.

Demo

Video Walkthrough