0
I need help
I'm new to this and I need advice/tips for helping me to get better at this. I want to learn how to program video games for a job.
2 ответов
+ 1
For programming games, you should stay away from any web-based languages. I’d start with Java to introduce you to programming, follow a tutorial on YouTube to make a 2D game with it, then learn C++ because it is faster and better but harder, and finally find a good OpenGL tutorial. (OpenGL is a 3D graphics library for C++)