+ 1
What programming language is best for mobile games
I'm trying to build a game that works only on mobile phones. Is there any programming language that can be used to design both for Android apps and iOS?
2 Antworten
+ 2
There is a tool for programming games that is in C#, it's called Unity and I think it has multiple platform support.
0
For mobile in Android use Android studio IDE, Java, Kotlin or Xamarin framework (C#). For iOS - Swift, Objective-C
You need more information?