+ 2
Which language is the best for games?
3 Respuestas
+ 6
Java
C#
C++
Kotlin
+ 3
Depends.
Do you want to make a game that runs on itself? C-family languages and Java is the way - essentially, object oriented languages.
Not to mention, if you don't want to jump into hard, heavy programming (or just want to code more easily), try Python or other languages similar to it.
Do you want to make a game on a website? HTML5, SQL, JavaScript and CSS3.
0
C-Family languages (C and C++), and Java.