[ANDROID + TRAILER] Jelly Couple: control two jellies at the same time

Hello guys,
Today we launched our first game on Android: Jelly Couple. It’s a game where you control a couple of jellies that can jump,crouch and flip gravity. You control them at the same time while trying to avoid deadly spikes.
The game was made using cocos2d-x.

Here’s a gameplay video : https://www.youtube.com/watch?v=B9TVaaU090k
Link to play store : http://bit.ly/JELLYCOUPLE

What do you think guys?

1 Like

Many congrats on release.
It reminds me of the tutorial game in cocos2d-JS.

But your game surely provides different experience. Great work. :+1:
It looks a bit challenging game. :smile:

Are you using cocos2d-x inbuilt functions(like elastic-in-out, etc) to give jelly like effects to the square when that square jumps or squeeze?

Thnx.
For the jelly like effects, I’m using a simple spring simulation for the landing and crouching animation. other stuff is manual (just growing the box in one direction and shrinking it in the other based on velocity or time)…
You can learn more about springs here : http://gafferongames.com/game-physics/spring-physics/

1 Like