squancy / space-blasters

A cross-platform 2d space shooter game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A cross-platform 2d space shooter game.


Languages

Language:Python 100.0%