Space Invaders is a two-dimensional fixed shooter game in which the player controls a space-ship by moving it horizontally across the bottom of the screen and firing at descending aliens. The aim is to defeat aliens that move horizontally back and forth across the screen as they advance towards the bottom of the screen. The player defeats an alien, and earns points, by shooting it with the cannon. If the aliens reach the bottom, the alien invasion is successful and the game ends.
- The game has a background music.
- Each and every game interaction has a sound effect.
- Player's space-ship is placed at the bottom of the screen and can move horizontally.
- Aliens move horizontally back and forth across the screen as they advance towards the bottom of the screen.
- The player defeats an alien, and earns points, by shooting it with the cannon.
- The enemy keeps on respawning and will never die completely.
- If the aliens reach the bottom, the alien invasion is successful and the game ends.
- Python (http://www.python.org/)
- Pygame (http://www.pygame.org/docs/)
- The player can be moved left using the
Left Arrow
key. - The player can be moved right using the
Right Arrow
key. - The player can fire bullet using the
Space
key.