Skip to content

Basic version of arcade game Space Invaders coded using PyGame

Notifications You must be signed in to change notification settings

atirek-ak/space-invaders

Repository files navigation

Space Invaders

A basic version of the popular arcade game Space Invaders made using PyGame

Getting started

Installing python

  • MacOS:
    brew install python3
  • Linux:
    sudo apt-get install python3

To run the game:

python3 pyInvaders.py

Controls

  • 'a' & 'd' for left and right movement respectively
  • Spacebar to fire missile1
  • 's' to fire missile2
  • 'q' to quit game

Coded using:

  • python3
  • Module: pygame

Author

Atirek Kumar
Github handle: https://github.com/atirek-ak

About

Basic version of arcade game Space Invaders coded using PyGame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages