Which thing to use to create a game? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which thing to use to create a game?

C++,C# or Java or any

23rd Jun 2017, 3:27 PM
The_Kakarot
The_Kakarot - avatar
3 Answers
+ 10
Most of the programming languages you see can be used to make games. Different languages are used to make games on different platforms.
23rd Jun 2017, 3:30 PM
Hatsy Rei
Hatsy Rei - avatar
+ 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.
23rd Jun 2017, 3:33 PM
AgentSmith
+ 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#
23rd Jun 2017, 3:37 PM
Hetbo.net
Hetbo.net - avatar