+ 1
What Program Language to Make a Game for run an Android or IOS or PC ?
Sorry, I'm Know a little english and Bad
6 Answers
+ 2
Xamarin Studio works for both Android and IOS.
but the native language for Android is Java, and for IOS is Swift. On pc you can work with Java too
+ 5
Javascript and phonegap (cordova) You will have one code for all this platform.
+ 3
C# is commonly used for Unity, and C++ for Unreal Engine 4. Try looking around on tutorials for game development on these languages!! For pc of course. By C# you can work on Android/IOS as i mentioned above.
+ 1
Java is the native language of Android, so if app development for this platform is what you are aiming at, i'd recommend learning that
+ 1
if i learn C++ or C#, what can i do to make a game?
+ 1
Okay thanks for your answer, i will try to see the tutorial.