0

I wanna become a game programmer , which language will help me the most?

what should i do to increase my skills for becoming a game programmer. I need guidelines of my seniors.

3rd Aug 2017, 4:22 PM
ALEX
ALEX - avatar
3 Answers
+ 4
In agreeance with @Hasty Rei, you have (practically) three options: For 3D games: Use Unity and learn C# or JavaScript for it. I suggest to go with C# if you can't choose. For 2D games: Use GameMaker: Studio with their language, GML. It's similar to C++, but loaded with game-based functions. For text-based games: Lua is a popular choice.
3rd Aug 2017, 4:47 PM
Keto Z
Keto Z - avatar
+ 8
The choice of your language is dictated by the game engines which you choose and the platform you wish to develop games on. Any idea in mind?
3rd Aug 2017, 4:35 PM
Hatsy Rei
Hatsy Rei - avatar
+ 5
Just would like to add that the "Javascript" that is used in Unity is different from the commonly known Javascript. It's actually called UnityScript. https://stackoverflow.com/questions/28002054/is-there-a-difference-between-javascript-and-unity-javascript-unityscript
3rd Aug 2017, 9:10 PM
Karl T.
Karl T. - avatar