+ 1
Which language should i lern for games
Which one is best for android
6 Respostas
+ 14
JAVA(Android) and C++😎
https://www.google.co.in/url?sa=t&source=web&rct=j&url=https://www.quora.com/What-programming-languages-should-I-learn-for-video-game-development&ved=0ahUKEwiwvo6j4eTYAhVKwI8KHTozD0EQFgg4MAE&usg=AOvVaw2SMCK7_fEZi7cd7OS4B47x
Top 6:-
https://www.gamedesigning.org/career/programming-languages/
+ 2
C++ and C++ and C++... and C++.
+ 2
For a simple game: Java. Built-in, easy to use tools.
For a 3D or complicated game: C++. You need to download libraries, but worth the extra speed and flexibility.
C++ libraries / engines:
SDL2: 2D graphics + input
OpenGL: Low level 3D graphics.
SOIL2: Images, use with OpenGL.
Unreal Engine: graphics + maybe input.
Android-specific resources:
https://www.sololearn.com/Discuss/717086/?ref=app
https://www.sololearn.com/Discuss/761432/?ref=app
https://www.sololearn.com/Discuss/488976/?ref=app
https://www.sololearn.com/Discuss/882863/?ref=app
https://www.sololearn.com/Discuss/688949/?ref=app
https://www.sololearn.com/Discuss/622803/?ref=app
https://www.sololearn.com/Discuss/285352/?ref=app
https://www.sololearn.com/Discuss/823823/?ref=app
https://www.sololearn.com/Discuss/311752/?ref=app
https://www.sololearn.com/Discuss/914055/?ref=app
https://www.sololearn.com/Discuss/237742/?ref=app
https://www.sololearn.com/Discuss/987969/?ref=app
+ 1
definitely Java.
+ 1
Don't forget SFML for C++ (and apparently ports for others). It is easier than anything and reasonably portable. Great library.
0
you guys missing the point that he want to create a game for ANDROID, he shouldn't use C++ for that.