A simple space invaders game made using Python.
| Key | Description |
|---|---|
Arrow Keys |
Move |
Space Bar |
Shoot Laser |
- Credits to Clearcode for making a tutorial.
- Ensure you have the Pygame library installed:
pip install pygame.
A simple space invaders game made using Python.
| Key | Description |
|---|---|
Arrow Keys |
Move |
Space Bar |
Shoot Laser |
pip install pygame.