0
How to code game
What should someone who wants to make game like GTA5, Minecraft, CSGO learn Which language
4 Answers
+ 1
https://www.sololearn.com/discuss/702122/?ref=app
https://www.sololearn.com/discuss/2292598/?ref=app
https://www.sololearn.com/discuss/186533/?ref=app
https://www.sololearn.com/discuss/2515969/?ref=app
https://www.sololearn.com/discuss/1157055/?ref=app
https://www.sololearn.com/discuss/439241/?ref=app
might be useful as your question is too vague and open ended
+ 1
Even for a single game your question typically has no single answer. Modern games are really complex and often use different languages for different tasks like graphics engine, NPC AI, event scripting etc.
If you are a beginner in programming, you shouldn't worry about it, since the basic concepts are the same regardless of language
C++ is still used most for performance critical tasks, but for scripting almost every language is used for a game somewhere. Unity engine supports C# and javascript for example
+ 1
C++ is considered the best language for building games. When you build games as big as GTAV, you are not simply writing pure C++ code. You are using game and physics engines that simplify a lot of the common components of 3D games. GTA V uses RAGE and Euphoria middleware.
Minecraft originally used Java and I think OpenGL library, but could definitely have been written in C++.
You may be better off learning some C++ or C#, while learning an engine such as Unity.
0
How to become Game Developer
https://code.sololearn.com/Wrx937JGOJ3E/?ref=app