0
Which is the best programming language to make a game?
2 Antworten
+ 4
C++,java and c# are the programming languages that are mostly used in game development
+ 8
Every person will suggest you something different. You can make a game in any programming language. Now the question is, what is the most suitable language for a particular type of game?
You can build something very accessible that runs in a web browser, with Javascript.
If you aim for building a mobile app, then Java or Kotlin will be the best choices for Android, and Swift for iOS.
To build desktop games with graphics, then as suggested C++ or C# are the best options, because they have development frameworks specifically designed for games.
You can make a text-based (console) game with ANY language.