What Programming language should I learn to Make Android and PC Games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What Programming language should I learn to Make Android and PC Games

As there are many languages to learn I am confused which are best And what language I should learn first to code Games

16th Jul 2018, 4:12 PM
Soap_Js
Soap_Js - avatar
1 Answer
+ 3
You have several options you can use to make games. First option and the one I mostly recommend if you just want to make games is using a game engine. Just search it up, you will find several great engines like Unity, Construct, GameMaker, Godot etc. each with its own advantages and disadvantages. So choose wisely. I use Godot but you can use whatever fits you best. Most game engines use a programming language to create games. You need to find what language your preffered engine uses and learn it. Most game engines allow you to export to Android and PC. Secondly, you can use a framework like Panda3D or libGDX. These use different languages too. Frameworks are also used by many people. And thirdly, you can create an engine from scratch using a language of your choice. But I don't recommend that unless you really want to or you want to know how game engines work.
16th Jul 2018, 4:23 PM
Satyam