+ 2
What language is the best to build a game
any best one
2 Answers
+ 6
All....
+ 6
Depends what platform you want to work with. "All" is certainly not the best imo, although technically you could make a game with any since you were vague on the type of game. lol
The two mainstream giants:
Unreal (C++)
www.UnrealEngine.com
https://www.sololearn.com/Course/CPlusPlus/
Unity (C#)
www.Unity3D.com
https://www.sololearn.com/Course/CSharp/
That's the two that I would personally recommend if you're wanting to get into the gaming industry. Java has a lot of engines also, and I've heard a lot of good things about them as well. I know Python has some libraries for games, but most people that I've spoken with were on the fence with it.
Good place to start is with C#, C++, or Java. Some people make games with HTML5/Javascript, but again, just depends where you want to place your focus and how you want to make your game.