+ 2
Which language should i start with if i want to learn how to program a game?
I want to make a game but as i learned, to make a game you need to know how to program objects in game so you can interact with them. I plan on working in unity or unreal engine but don't know where to start.
4 ответов
+ 8
Well, it depends.. on type of game
》Java game, Flash', IOS etc..
(for 2D games, no worries man, you can prefer any lang' like java, python)
I suggest c++, not because it's popular and most used..
it's:
》Extremely fast
》allows the programmer to access machine resources (memory, graphics)
and Javascript >>for browser based games
Thanks!!!
+ 7
what you doing right now, is great!!
stick to it
>> complete Python(simple but Cool lang') & C++
and add Javascript to your course..
Happy Coding!
+ 1
Thank you for your advice.
+ 1
if you plan to develop a 3d game with a game engine like unity or unreal, go for c #/javascript (unity) or c++ (unreal)