0

Which is the best programing language for making games

9th Jan 2017, 10:06 AM
Saksham Jain
Saksham Jain - avatar
4 odpowiedzi
+ 6
ActionScript.
9th Jan 2017, 10:26 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
c# or c++ for console games, java for android, swift for ios, JavaScript for web based games, but all of that is debatable.
9th Jan 2017, 10:09 AM
David Price
David Price - avatar
+ 3
I once used Pascal purely because it was the only available language with a free DLL/API for directX. Nowadays Unity is a recommendation for c#. It sounds shallow but they typically require most of the effort in making the graphics. Android and browser based being obvious exceptions. Depends on the game, Vampire Masquerade was unusual in using Java to script its dialogs.
9th Jan 2017, 10:18 AM
Leon
Leon - avatar
+ 3
There is a popular game engine called Unity 3D which is totally free to use. This is an industry standard tool. It is very powerful engine and easy to use. They have plenty of tutorials on their site. So, all you need to do is learn any one programming language out of C#, Javascript and Boo. C# is the widely used programming language not just in Unity but other places as well. So, if you want to dive into game development then you have to learn basics of C# and then start making games. Did I mention that you just need to code once and export game for various platforms like Android, iOS, HTML5, Windows etc.
9th Jan 2017, 10:46 AM
Turtle