+ 1
I want to code a game,I donot have a laptop,tablet etc.apart from my android phone so could you pls suggest some game engines ?
For python and c++
2 Respuestas
+ 15
It will be very very hard to create a good game on any phone, so if you want to make a game it's best to use a pc. Some nice engines unity, openGL, unreal engine (all for pc).
+ 11
You can use the NDK lib which lets you code Android apps in C++. It has something called NativeActivity that you can use to code games :
https://developer.android.com/reference/android/app/NativeActivity.html
But that would be the hard way. If you want to use an engine (like libgdx) you will have to learn Java.
https://libgdx.badlogicgames.com