/Space_Invader

Space Invader - a python inspired game

Primary LanguagePython

Space Invader

Hola! Welcome to SPACE INVADER... It's a simple game made with Python using the Pygame library.

Features

  • The Spaceship can be moved to leave or right using the Left Arrow and Right Arrow keys
  • Bullets are shot using Spacebar
  • The game has classic sound effects and background music
  • The aliens keep on respawning without ever stopping
  • The game gets over when an alien reaches the spaceship

Demo of the Game

Space.Invader.mp4

Note

This game is written in Python 3. Make sure that your system has python installed with version 3.6 or higher. Also please make sure to have pygame library installed on your system as the game extensively uses pygame functions. Navigate to main.py and launch the game.

Hope you love this ENJOY!