- 1
If I want to create games, what programming language should I learn?
I’m a very beginner coder and my goal is to code games and such. what should I learn first? I’m not too concerned about difficulty but I obviously wouldn’t mind if it’s easier
3 ответов
+ 1
Quoting myself:
If you want to do small web games, you can do them for example with html and javascript.
If you want to develop for various platforms and with high quality of graphics, there's C++ (Unreal game engine) or C# (Unity game engine).
Google your question and also do some research on "game engines"
https://www.sololearn.com/Discuss/3027689/?ref=app
+ 1
You might also be interested in this sololearn course:
https://www.sololearn.com/Course/GameDev-with-JavaScript/?ref=app
0
Thank you so much!!!!