An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Space Invaders with Python
A simple space invaders game made using Python.

![image](https://user-images.githubusercontent.com/85440857/161965420-bf69f915-1a8d-4190-97c5-8289ff698217.png)

# 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`.