+ 3
For game development which language is more dynamic?
5 Answers
+ 6
appending to biswas' answer
CROSS PLATFORM
python is nice but a pain not to code but to get a nice non python feel (eleminate those signs that point out to py source code)
java might be your best friend
C++ if you are for professional design
+ 6
also see game engines, see tge languages they use and then reconsider
+ 2
It depends what kind of game you wanna develop. Its different across platform, say for example you want to build a browser based game, Javascript is the only language that rule! (Note:- For designing you can use frameworks like Bootstrap, if its a single page application you can use Angular JS. If the game is based on server you need a server side scripting language. Here, comes Php or Python.)
However, if you wanna develop a game that runs on windows. You may choose C#(Notice:-If you're really inclined to game development I recommend you start C#. But then again, it's my recomendation. You may learn whatever you want!)
For android based game, learn Java.
You can also learn Python which comes with a vast library including Pygame, Kivy to help you build games & apps across platform & also provide enough flexibility to choose between platforms.....
My point is before learning any language first understand what kind of game developer you want to be! Choose a specific path, start by doing & building...
If have to sum it up, I just wanna tell you that if you want to learn 'X' so that you can do 'Y' first understand what the 'Y' is! Then choose your 'X'
#Happy Learningâş
+ 1
Thanks a ton @priyabratabiswas,
It was a solid guidance.:)
0
C++ or C#.