Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 453 Bytes

File metadata and controls

14 lines (11 loc) · 453 Bytes

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.