0
Which thing to use to create a game?
C++,C# or Java or any
3 Réponses
+ 10
Most of the programming languages you see can be used to make games. Different languages are used to make games on different platforms.
+ 3
It largely depends on how you're wanting to go about game development. Making engine from scratch? Using an already created engine?
For example, Unity uses C#, Boo, and Javascript as its scripting language options. So if you're using Unity, I'd focus on C# (it's more supported in the Unity community than JS). Unreal has their own BluePrints system, but I believe they support C++ as well (don't quote me on that). Many other engines use C++ and Lua. Many games and engines are created with Java as well.
You can't go wrong with learning any of those, but I would just think ahead about how you're wanting to go about this, and then decide based upon what you're wanting.
+ 1
well you should use game engines like Unity or Shive etc for 3d
and fot 2d games libgdx, gamemaker, etc
you can search theme
the point is most of them uses cpp or c# of a built-in language extended cpp or c#