0
Become Programer Game
I am still a begginer programing, and still new use apl sololearn. i want to be programer game, what programming language should i learn for make game? thanks.
4 odpowiedzi
+ 3
You can make games with any language. There are a few which might make it easier than others. Here's some reading for you:
https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
https://www.sololearn.com/discuss/1926581/?ref=app
https://www.sololearn.com/discuss/625747/?ref=app
https://www.sololearn.com/discuss/2028100/?ref=app
https://www.sololearn.com/discuss/1783783/?ref=app
https://www.sololearn.com/discuss/99903/?ref=app
0
Game developers mostly use C++ or C# (based on what game engine they use)
For example, Unity use C#
Unreal Engine use C++
Godot is different because it has its own programming language
Also just to remind that Sololearn courses does not provide courses to learn to use Graphics in C++, C#,... They basically... Complicated for beginners, the courses teach you the basic
If you want to learn about graphics, then some platform like Udemy, Coursera might provide courses with graphics in C++ or any programming languages for beginners
But also, since you are still beginner, then you should know the basic first, then you can change to learn to use graphics
0
I would recommend using c# caus it work great with game engine unity.:)
0
C# is the most popular among game developers. Most game engines are made in c++ making it the second most popular.
If you want to take game dev seriously, learn C# and C++.