0
Does anyone know a good coding language for video games and a good game engine that goes with it?
I’m trying to figure out how to design games, but I need to know as much as possible for the best way to design them
2 Respuestas
+ 3
You can write games in any language you like. However, if you want to use an advanced game engine, that game engine will support certain languages. If you aren't using a game engine, then you can do whatever you want. Most of the games you might play on your computer, tablet, or phone, were written using a game engine.
Unreal - Uses C++
Unity - Uses C#
Godot - Uses Godot's own language, similar to Python, and can also use C#. Open source, completely free.
All three engines are free. Unreal and Unity have fees for large games/organizations.