0
Find the best language
I want to study game development i don't know which language should I study first
2 Respuestas
+ 1
Hey!
For game development, I'd suggest you check out C++. Before diving into it, you should try to learn some basics, at least some concepts.
There's different ways to make games in C++: OpenGL (a Graphics API, which is hard for beginners), SFML (a simple and fast multimedia library, great if you know some programming) and Raylib (which is the easiest library I can think of right now).
If you're not okay with C++, you can also try Python, it has the Pygame module, or even HTML, CSS and JS (making games on the web).
Another choice is the Godot game engine, which has gdscript!
0
Please reply