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 ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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++

30th Apr 2017, 8:33 PM
Sam
2 Answers
+ 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).
30th Apr 2017, 8:36 PM
The Coding Sloth
The Coding Sloth - avatar
+ 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
30th Apr 2017, 11:07 PM
Karl T.
Karl T. - avatar