/SpaceInvaders

Space Invaders game written in python using pygame

Primary LanguagePython

SpaceInvaders

Space Invaders game written in python using pygame

Run

  1. Install pygames: python3 -m pip install -U pygame --user
  2. Clone the repo: git clone https://github.com/yazdanz/SpaceInvaders.git
  3. Cd into the repo: cd SpaceInvaders
  4. Run the game: python src/game.py

Preview

Inspired by: ehmatthes