Game development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Game development

I’ll make this question quick and simple. What languages are most commonly used in game development? Or which ones would you recommend.

16th May 2020, 6:28 AM
Zach Janzen
3 Answers
+ 2
Game makers dont directly use any programming languages. They use game engines to develop games. To give you a quick example, PubG uses unreal engine 4. GTA 5 uses a custom game engine called rockstar advanced game engine. Only big companies spend money to develop their own game engine whereas most of the small to medium sized developers use pre existing game engines. If you want to develop a game engine, you can do it in many languages like c++, java, c# etc.
16th May 2020, 6:45 AM
Tejas Mondeeri
Tejas Mondeeri - avatar
0
thanks
16th May 2020, 6:41 AM
Zach Janzen
0
In game development, game engines are often used. The most common games engines are Unity and Unreal engine. Unity uses C# while unreal uses c++. I personally recommend Unity.
16th May 2020, 6:47 AM
Yakubu Solomon
Yakubu Solomon - avatar