[Android] SlideStomp

Started by
5 comments, last by fortoware 9 years, 6 months ago

Game is currently most in "conceptual" phase, so it miss the goal and the GameOver... but mechanics should be easy enough to guess.
You're supposed to destroy the falling elements before they leave the "gray" area (a plane right over the power globe)... You've to use your finger, but you can't just destroy elements straight away (like Fruit Ninja).. you've to "grab" the power sliding (or stomping) on the power globe.. then drag your "burning finger" over your target.

7KiaFEW.jpg

I've drafted many other mechanics, but still don't know if I'll be capable to actually program them... so consider anything from here "mostly not actually doable for me" ... but I'll try anyway (conceptual only, not currently determined for the final product):

- Power globe isn't static... tilting your device you can swing it left and right. (actually done, but needs improvment)
- the purpose of swing power globe it's to dodge the burned stuff's scraps: because if something hit your globe, it become "deactivated" for about 2~5 seconds in which you're dangerously left un-powered against your enemies
- on the ground under the globe embers the source of different powers... so if at left there are ice power embers all you need is to tilt left and slide the globe onto it: once the globe is on [ice power embers] the ice power itself become activated
- wood piece are destroyed by fire power while you need ice power to destroy [put fire/hot/lava stuff here]... but some objects need a different combination of power in order to be destroyed... like falling crystal stalactite. Crystal stalactite can be destroyed after many hits with fire OR ice... but if you COMBINE two hits with both fire and ice within short time... you can destroy it in just two shoot!


Review and download Slidesomp

Advertisement

New update... now with a bit of more challenge and a little "helper"
check it out

I've uploaded a very little gameplay with the game main mechanics; there's a bit more in the game.. but I'll update with something more complete in future (just need to improve framerate and stuff)

NEW UPDATE

- Tutorial and survival mode

(plus some fixes)

Yet another update!

http://forto.itch.io/slidestomp

... and video of course!

nice app, what tools did you develop this with?

nice app, what tools did you develop this with?

Godot, it's opensource and MIT license (basically you can do anything personal/commercial with it... except sell and/or claim ownership of the stuff made by others). The editor within engine works on Windows, Mac and Linux (WML) natively while can export on Android, WML, iOS, html5, blackberry. It's node based and use it's own language (gdscript)

Then arts is made with MyPaint, animation with Pencil2d, graphic design/adjustment with Gimp and other command-line tools (convert, pngquant etc.etc.)

Export to Android required additional software such as Android SDK (of course) and "FOSS Java" OpenJDK (jarsinger to "sign" the apk certificate with login/pass)

Software costs: 0.00 £/$/€

Licenses cost: 0.00 £/$/€

edit: forgot to say: this videogame is 2d, but Godot support seamlessly 3D with the integrated editor (you may want to add Blender to the tool suite)

This topic is closed to new replies.

Advertisement