A prototype of a space shooter game developed in python with pygame. The main objective of the project is to learn Python in a fun way.
- You need to install pygame and pyaml:
pip install pygame pyaml
- After that you can run the game:
python app.py
-
Space Shooter graphics by Kenney Vleugels (www.kenney.nl)