https://github.com/keyweeusr/blaster
:boom:
https://github.com/keyweeusr/blaster
Last synced: 4 months ago
JSON representation
:boom:
- Host: GitHub
- URL: https://github.com/keyweeusr/blaster
- Owner: KeyWeeUsr
- License: gpl-3.0
- Created: 2016-05-18T08:47:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T20:28:16.000Z (over 8 years ago)
- Last Synced: 2024-12-28T08:27:49.413Z (5 months ago)
- Language: Python
- Size: 604 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Blaster :boom:
### Install
Blaster is written in Python and runs under Kivy framework.
You can clone the repository to your /sdcard/kivy/ if you use Kivy Launcher on
android. The game isn't complete yet, therefore no installers are available.
You'll need to run it via `python main.py` with Kivy installed on your
platform.### About
Blaster is an arcade game inspired by an old Dyna Blaster game I played a long
ago. The environment is basically a grid with an unbreakable border, some
unbreakable columns in the middle and the rest is only you and monsters you
should defeat to, well... survive.In each level there are two special blocks. One of them is an `Extra` block
which will increase some of your stats by a constant, the other one is a `Gate`
which you'll be able to use after all monsters in the level are dead. The gate
will then transfer you to a next level.However, if you die, all your stats (especially the increased ones) will be
set back to their original values as a punishment for dying.More levels, bosses and fancy stuff incoming.
Some of the assets were originally CC0-licensed, I edited them. The rest is
my own work. Everything in the repository is licensed according to the
`LICENSE` file.
If you experience any bugs or weird behavior, please let me know or feel free to contribute.License
-------
GNU GPL v3.0