+ 5
How do I make 3d platform games for andriod?
I was wondering if anyone could share their favorite resources for how to make game apps for andriod? Especially 3d platform games.
7 Answers
+ 11
I prefer Unity3d, but Unreal is just as good and I believe supports Android. You could also get the Android SDK and hard program everything, but I don't recommend it. While, you will learn alot from hard coding, it's not worth the mental agony it will cause.
+ 6
you have to learn java start with the book "Think Java: How to think like a computer scientist"
+ 3
Unity3d is really good but you will need C#.
If you want something java based, than give a look to Libgdx.
+ 3
I guess you need unity 3D
+ 2
libgdx
+ 1
unity is a good platform and natively exports to android.
+ 1
You can use Unity 3d , Unreal Engine 4 or Coppercube 6. Unreal Engine is the best choice cause it uses Java to develope games and it's also easy!