Which programing language are best for making games? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which programing language are best for making games?

26th Oct 2021, 6:57 AM
Sameem Ansari
3 Answers
+ 3
Since C++ is a high-level language that will teach you the basics of object-oriented programming, it's a good idea to learn it. It's also the language used to build most big console and Windows games.  C++ is complemented by C in these games, and assembly languages for creating low-level engine modules. Scripts like Python, Lua, UnrealScript, or some in-house scripts will thread through the code. Plus, shader code for graphics uses OpenGL, or a similar framework. It's benefits include: It's fast The compilers and optimizers are solid You get a lot of control over memory management. It has extensive libraries, which come in handy for designing and powering complex graphics. 
26th Oct 2021, 12:56 PM
Arun Jamson
Arun Jamson - avatar
26th Oct 2021, 6:59 AM
Simon Sauter
Simon Sauter - avatar
- 1
Simply and directly answer is C++, Python, C#, java
27th Oct 2021, 12:55 PM
Sargam Kandel
Sargam Kandel - avatar