+ 3
What is the programming language to make games
6 Answers
+ 4
any language can technically be used to make a game. even web design languages can be used to make browser-based games, for example! if people can make games out of nothing more than their bare hands, bits of string, or their ability to speak, you can make a game using any material you can find and manipulate in an interesting and entertaining way.
that said, since you're probably aiming for more standard video games, I'd aim for an application language, like C++.
Except COBOL. Don't try to make a video game in COBOL. You will go insane.
+ 3
Unity's dominant language is C#.
+ 3
+1 for C++
+ 3
If you want to create a mobile game, it's better to use these basic programming languages:
Android: Java, C#, C++
IOS: ObjectiveC, Swift, C#, C++
If you want to create a computer game, you need to use such programming languages:
C#, C++
Other detailed information about the game creation and programming languages is described in these articles. Have a look!
http://www.computools.com/blog/how-to-develop-the-computer-game-on-your-own/
http://www.computools.com/blog/how-much-does-it-cost-to-develop-mobile-game/
+ 2
Without Engine C++, with Engine (I use Unity5) Js
+ 1
an easy programming language to make games is JavaScript. but not alone, JavaScript with unity.