Skip to content

squancy/space-blasters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Blasters

Basic gameplay

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.

alt text

Usage

First, install Kivy:

Linux

conda install kivy -c conda-forge

OSX

python -m pip install kivy

Windows

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

Nice todos

  • 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...

Get APK

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.

Releases

No releases published

Packages

No packages published

Languages