+ 1
Which language should I learn to develop basic games if I have just started coding
5 Answers
+ 7
C++ or JS
+ 4
It depends on which engine you'll be using
For cross platform games : C# ( Android, iOS , Xbox) using Unity or Godot
For windows games and PlayStation : C++ using unreal engine 4(UE4)
And then JavaScript
Most game engines syntax are different from the natural language syntax so reading documentation is very useful
+ 2
C++, Java or JavaScript
+ 2
Great đ
0
If you are a complete begginer, using pygame (in python, obviously) is a good way to practice game develpment. C++ and C# are also good for writing games. Javascript is good for web games, and Java can also be used to write games.