android - Xamarin Forms Game Development -


i new game development. however, have been using xamarin , xamarin.forms quite while now.

i trying build game (for android , ios) have many screens, 1 of have view clash of clans in game view (i.e. attack view). guessing isometric projection (https://gamedevelopment.tutsplus.com/tutorials/creating-isometric-worlds-a-primer-for-game-developers--gamedev-6511). know can build of gaming screen play game, view account , on using xamarin forms.

what know is, possible build isometric projection view using xamarin.forms , if ideal build in forms (like using tiled cocosharp or maybe using unity or urho)?

ideally, have 1 code base , hence going xamarin.forms . not sure if provide best outcome compared building seperatly android , ios.

any appreciated. thanks.

if want use unity3d solution use within xamarin.forms create browsergame unity3d , call webview. if new game development said, maybe cocossharp way go. can add nuget existing xamarin.forms app. there neat official xamarin.forms tutorial: https://developer.xamarin.com/guides/xamarin-forms/advanced/cocossharp/


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -