Space Blasters is a 2d cross-platform retro space shooter game created with Kivy and Python.
The player needs to shoot the incoming enemy ships achieving an ever-increasing high score. The game does not have end, except when the player dies, so as the time goes enemy ships are getting faster and harder to beat.
There are also randomly appearing drops that help the player to survive.
First, install Kivy:
conda install kivy -c conda-forge
python -m pip install kivy
conda install kivy -c conda-forge
Then clone this repository and run main.py
:
git clone https://github.com/squancy/space-blasters
python3 main.py
- add more ships, bosses and levels
- let the player select their own ships & also customize them
- online battles
- anything else you think would be great...
You can download Space Blasters to any Android compatible device: download.
If you have any questions feel free to drop me with an email at mark@pearscom.com.