Programming language for serious game development | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 5

Programming language for serious game development

Is there any good programming language out there for serious game development

26th Mar 2017, 9:15 PM
NightX
NightX - avatar
6 Respostas
+ 8
C++ if you're serious. Java, Python, or any other interpreted language is going to be too slow for complex games.
26th Mar 2017, 11:45 PM
Squidy
Squidy - avatar
+ 3
if you use the unity-engine then its C#
26th Mar 2017, 9:42 PM
T0nd3
+ 3
I'd look at what platform you want to use. Java is native to Android, Objective C is used for IOS, and C# is modular. As mentioned from a previous post, Unity is a decent game engine which implements C#. I've used C# for a few games here and there but nothing big. Although, you can use C# for Desktop, Android & IOS apps (through Xamarin), and even windows phones. That might be a good place to start unless you want to make it specifically for one platform.
27th Mar 2017, 2:24 AM
Justin McCormick
Justin McCormick - avatar
+ 3
What about c++ Unreal Engine or c++ Cryengine
27th Mar 2017, 4:25 PM
NightX
NightX - avatar
+ 3
c++ or lua
27th Mar 2017, 5:20 PM
Lucja
Lucja - avatar
+ 1
C#, unity is very popular currently and easier to learn.
27th Mar 2017, 8:16 AM
Dimas Fajar
Dimas Fajar - avatar