+ 5
Programming language for serious game development
Is there any good programming language out there for serious game development
6 ответов
+ 8
C++ if you're serious. Java, Python, or any other interpreted language is going to be too slow for complex games.
+ 3
if you use the unity-engine then its C#
+ 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.
+ 3
What about c++ Unreal Engine or c++ Cryengine
+ 3
c++ or lua
+ 1
C#, unity is very popular currently and easier to learn.