best way to create Game

i want to create game like this
https://play.google.com/store/apps/details?id=com.lsgvgames.slideandfly&hl=en

i want to know the best program to do game like this ?
it’s 2D Game …

You can use andengine

andengine
libgdx

libgdx + box2d

Try Gingee.

you can use Libgdx

Is gingee compatible with appnext (or with another network)?

Yes, they are. I don’t think they have a plug in for each network, but as the source code remains yours, there’s no problem incorporating any SDK.
But better that you ask them :slight_smile:

Finally, gingee and libgdx. What’s better and simpler?

andengine has not been updated since long so should be safe to avoid.

I have to agree with gen. Lots of things are done for you in AndEngine. Sprite animation is about 3 lines of codes for example. It’s good to start with andengine but libgdx is much better. You can do everything because it’s low level engine (what means also that it’s harder to learn) and it has much better performance than andengine.

If you are beginner I would suggest to start with andengine anyway. I did so and I don’t regret.

My current game under dev (been working on it the last 10 months!) is AndEngine…