/Space-Invaders-with-Python

A simple space invaders game made with Python.

Primary LanguagePython

Space Invaders with Python

A simple space invaders game made using Python.

image

Controls

Key Description
Arrow Keys Move
Space Bar Shoot Laser

About

  • Credits to Clearcode for making a tutorial.
  • Ensure you have the Pygame library installed: pip install pygame.