0
programming language for video game to make a video game ?
I wonder which programming language I should use to make a video game?
1 Resposta
0
It depends on what engine you want to use to make your game.
One popular game engine is Unity. You use C# in that case to program your game.
Unreal Engine is also good and you need C++ for that.
There are also online snake games created using JavaScript.
Other languages can be used to create game too.