Skip to content

Releases: JarLowrey/Space-Shooter-Android

Fixed spawning issues

01 Mar 07:02
Compare
Choose a tag to compare

Discovered that the app was not spawning the vast majority of enemy ships on my friends' phones. Tracked it down to issues with Proguard (in AndroidStudio debugging apps are built without Proguard). Instead of chasing down the Proguard error, I just disabled it (since all the source files are here anyways).

Also made interstitial ads appear every 6 levels or so.

More complex enemies and improved movement

25 Aug 13:27
Compare
Choose a tag to compare

Reduced movement sensitivity and increased the different types of guns some enemies can use.

First update

17 Aug 22:11
Compare
Choose a tag to compare

Redesigned store
Increased frame rate
Improved movement controls
Player must survive each level for a certain amount of time, instead of a certain amount of score
Advanced enemies begin spawning earlier in the game. It's more difficult now!
And more!

Initial publish on play store

07 Aug 04:10
Compare
Choose a tag to compare
1.0

balancing score needed to end level for a more interesting/less monot…