this is a fun to play retro arcade game made with python called the space invaders, you need to save the earth from invaders
python3
it requires pygame also
you can install it by using
$ pip install pygame
- 1 clone repo
git clone "put repo url"
- 2 go into the directory
$ cd space-invaders-python
- 3 run the main.py
$ python3 main.py