/space-invaders

Space Invaders classic arcade game written in Python and Pygame engine.

Primary LanguagePythonMIT LicenseMIT

Space Invaders

Space Invaders game made with Python and Pygame.

Requirements

  • Python 3.x
  • Pygame

Game Mechanics

  • LEFT Move Left
  • RIGHT Move Right
  • SPACEBAR Shooting

Running the Game

git clone <repo-url>
pip install -r requirements.txt
python main.py