What language is most often and best used fir game development, scripting, modding etc? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What language is most often and best used fir game development, scripting, modding etc?

I'm trying to decide which language to learn in the most detail as I start my career in game development. I would prefer one which is most likely to be used in many areas of development from making a game from scratch to scripting mods for pre existing games.

9th Jan 2018, 9:37 PM
Brandon N
Brandon N - avatar
5 Answers
+ 4
C or C++ are most often used for game dev. For modding capabilities it's often good to use C++ to make the game more modular so it's easier to extend.
9th Jan 2018, 10:34 PM
Karl T.
Karl T. - avatar
+ 1
C# In the Unity game engine it is the only language to write good scripts
9th Jan 2018, 9:55 PM
Sergey Seredkin
Sergey Seredkin - avatar
+ 1
And it much more powerful than C++
9th Jan 2018, 10:13 PM
Sergey Seredkin
Sergey Seredkin - avatar
0
I think C++ is used for the most common open source game engines.
9th Jan 2018, 9:47 PM
Ahmed Salem
0
ok so thx I already made a start on c++ a while ago and wasn't sure whether to continue on it or switch to c# so it seems the majority say ++ so I will continue with that. any other suggestions much appreciated. I've also seen heavy use of JavaScript in some games which is one of the reasons I was unsure as I'm mixed between js, c++ and c#. I mostly have knowledge of python which I'm best at so I have recently been looking at pygame but obv it is terrible for making any proper game but nice to get started
9th Jan 2018, 10:40 PM
Brandon N
Brandon N - avatar