0
What do you think is the coding language to make a game?
I want to make games so im asking what everybody thinks the best coding for games.
2 Respostas
+ 1
I am a gamedev myself and to make a game, the best and easiest way to go is to use a game engine. There are many popular engines out there like Construct, Unity, Unreal, Godot, GDevelop etc(there are many others. just search it up online). Various game engines use various languages. So choose a engine and then learn the language that it uses. You can also build an engine from scratch but that is only recommended if you want to learn how a game works but not for making games. Each engine comes with its own set of advantages and disadvantages, so choose wisely. There are also frameworks like Panda3d, libGDX etc. which you can build around if you want.
I personally use Godot but you can use whatever fits your needs the best.
0
Go learn python. It's easy and has potential anywhere.