https://github.com/spyder-0/space-invaders-with-python
A simple space invaders game made with Python.
https://github.com/spyder-0/space-invaders-with-python
pygame pygame-library python python3 space-invaders
Last synced: about 1 year ago
JSON representation
A simple space invaders game made with Python.
- Host: GitHub
- URL: https://github.com/spyder-0/space-invaders-with-python
- Owner: Spyder-0
- Created: 2022-04-06T11:16:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T14:27:59.000Z (about 2 years ago)
- Last Synced: 2024-04-24T16:43:36.153Z (about 2 years ago)
- Topics: pygame, pygame-library, python, python3, space-invaders
- Language: Python
- Homepage:
- Size: 2.73 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Invaders with Python
A simple space invaders game made using Python.

# Controls
| Key | Description |
| :---: | :---: |
| `Arrow Keys` | Move |
| `Space Bar` | Shoot Laser |
# About
- Credits to Clearcode for making a [tutorial](https://youtu.be/o-6pADy5Mdg).
- Ensure you have the Pygame library installed: `pip install pygame`.