+ 8
What language to use for games
should I use java or C#
11 Antworten
+ 9
I know only c# sharp and java only
+ 9
C++ is best for game development but if the game is for phone then C# is best .
+ 6
Any language can be used for games but mostly Java C# is use for gaming
+ 4
It depends on what you want to do. In any case C # is having a good time with Unity, and also has other engines like Duality or Xenco.
C ++ also has a wide use, and has is highly used with engines like Unreal.
Java likewise has its options, although they are currently not as popular.
+ 4
@master mayank I don't know JavaScript
+ 2
what about Javascript
+ 1
it's depend on the game engine you gonna use. For unity it's c# and for unreal engine it's c++.
0
C++ or C# is perfect for game development
0
c++ is used in triple A titles published by big game companies mostly because all the game engines were built back when only c++ was the most definitive language in existence. today there are more more languages but c++ is still used because of the level of control it allows programmers. that and most game engines are built around old c++ cores so big game developers rarely have a choice. languages like java and c# and js can theoretically make good games but they lack optimization like manually controlling garbage collection operations. such things can cause games to run slower or take a long time to load if the game program is to large. But they are effective game dev languages if the game is small enough like an android app.