0
What is the best language to learn if i want to program games
6 Answers
+ 3
Most game programmers starting out either go for the Unity 3D engine or the Unreal (Epic Games) engine which are both free to use.
Unity 3D will primarily use C#,
and Unreal will primarily use C++ .
I would start with Unity 3D. They have a lot of simple tutorials that can get you going quite quickly, and their documentation is pretty easy to navigate through.
Keep in mind that no matter what you do, programming takes dedication, patience and REPETITION. Like many other things, the only way to get better at programming is to do A LOT of it.
+ 3
@Skayo I TELL EVERYONE ABOUT LUA THANK YOU DO MUCH FOR SAYING THAT!
+ 3
SO*
+ 2
Depends of platform also I guess...
+ 2
Lua is also used a lot!
+ 2
First learn basic programming (variables, conditions, loops, arrays) starting with Python then c# and c++



