+ 1
Which language is best when it comes to game-development?
i have a long way to go when i comes to coding, but im trying to find out which language is better: C# or C++. im planning to start off with Unity Engine
3 Answers
+ 4
Unity is a great engine to develop games in, you get tons for free and can come a long way with simple C# coding. If you're planning on going to a big gamestudio to work you might get called if you are an awesome C++ developer with a hint of assembler in your back pocket. As for me, I use Unity with C# for my games. :)
Oh, there are gamestudios that uses Unity as well. ;)
0
also if you would recommend another language just comment that as well ;)
0
Java and libdgx is not that bad. Just mind that Java has horrible memory management, compared to c++. But if you are to write small, indie games I don't see any reason why shouldn't you pick it as an option ^^