0
Programming with game design
what are the best programming languages for making a game on a mobile device
6 Respostas
+ 9
I have AIDE and I would not recommend it much because it has many bugs and the dexing time is ridiculous for medium to large projects...
That being said, you can develop mobile games on your PC ( if you have one) instead using an IDE like Eclipse and the libGDX also.
+ 8
Unfortunately very few apps are available to make apps on mobile and most of them are useless . AIDE is famous but quite complicated.
+ 3
you can make it using python that is very easy to learn an understand and then use kivy library and some tool for packaging your app I wrote my first simple app few weeks ago after learning python and kivy see https://play.google.com/store/apps/details?id=mais.gambet&rdid=mais.gambet
+ 1
learn c++ & java
0
On mobile device you can Try AIDE avilable on Play Store (Android) you need to know Java and Game Library JAVAGDX to develop game on mobile.
0
what's a really good IDE for that