Show HN: First Touch friendly Platformer

2 points by mdprasadeng ↗ HN
No one enjoys virtual controls for a platformer.My game "Rubber Boy" tries to solve this by using only touch gestures to control.

https://play.google.com/store/apps/details?id=com.solvevolve.flubber

Basically, flick to jump and tap to stop. Personally I find this scheme much more practical and I have been able to go through some tough levels easily. I tried my best to incorporate most challenging and interesting levels only.

https://www.youtube.com/watch?v=mVlA2HBsT1Y

I am planning on open sourcing the code sometime soon( let me know if you would be interested). The game has no Ads, no IAPs its completely free (The network permission is to log level finishes).

P.S. I am looking to get into the gaming industry. Let me know if you can help me.

2 comments

[ 5.5 ms ] story [ 11.7 ms ] thread
What technologies were used in the creation? When would you post the source?
I have used libgdx and box2d. I am thinking of making it open source (have to check if there is any bits of copied code). Will make the source available in a couple of weeks.