I’ve got a question about tools and frameworks to use in WP8 games development.
Since now, I’ve been developing games with C# and XNA and everything was good for me.
But now, after releasing WP8 SDK I don’t know what to do, because instead of C# I must use C++.
-
I want to know is there a way to continue creating games for WP8 using C#? Maybe any frameworks? (e.g. monogame) etc. (not to create XNA game projects for 7.x)
-
Also I want to develop crossplatform games, WP8 and Android.
If it is possible, I will write even in c++.
conclusion:
Is there framework that can:
- crossplatform game develop android and WP8.
- C# is better, but C++ is possible too.
You could also use Unity for game development on WP8, Android and if it takes your fancy IOS as well. I believe that XNA will work fine one WP8 but isn’t fully supported in the same way WP7 was.
I’ve taken this from the MSDN page on XNA for WP8