A clone of the famous Chu-Chu Rocket.
I wrote this many years ago, and back then Android phones weren't what they are now.
Devices had:
This means that ShokoRocket is written in a way that /should/ accomodate these low end devices, but it doesn't make use of the latest and greatest APIs, and might not look great on a 4K screen.
There are two steps to building ShokoRocket
art
folder, and is defined as a bunch of SVGs. These can be rendered using the art/render.sh
script.Protip You can skip this step if you don't change the art
local.properties
and set the followingRELEASE_STORE_FILE=****
RELEASE_STORE_PASSWORD==****
RELEASE_KEY_ALIAS==****
RELEASE_KEY_PASSWORD=****
gradlew assembleRelease
The resulting APK will be written to app/build/outputs/apk/release
.
This process is due a bit of streamlining and dev-ops-ificiation.
A privacy policy is required by Google Play, so one is included. No data is collected, and it takes 3000+ characters to say so
MIT license applied. If you do fork it, drop me a message. I'll be delighted.