+ 1
whats the best coding language for making games
im just asking cus i whant to make games when i grow up
3 Answers
+ 8
C++ is the most used, professionally. Otherwise I'd say JavaScript or C# is whats most used by indie devs.
Keep in mind, any language can make games, some are better at it than others.
+ 2
I believe that really dont exists an best... but most of games today are make in C++, and this have a why... with it, you have control of what is happening in deeply on your game, it gives to you a better control of data and data hiding, you have namespaces acess that easy the process of game engine making, you have a whole of tools to make your game... but of course this come with an price... C++ is quite hard for beginners that want to dive in... but nothing that dedication dont solve ;-)
0
oke thx for the info đ