Is it possible to create mobile games with C # only? [closed]

1

Is it possible to create mobile apps as much as Android and IOS using only C # in visual studio? the app in question is a game

    
asked by anonymous 12.05.2017 / 03:33

2 answers

2

The best way to do this with C # would be with Unity , which is specially made for games and has mobile support.

Another way would be Xamarin , but I'd say it's not the best option.

    
12.05.2017 / 03:57
0

I think one of the best ways to create C # Apps would be with Xamarin.

Take a look at this link below, I think that's exactly what you're looking for.

link

    
12.05.2017 / 05:02