Yna Engine on Windows 8
It's very easy to make a game for the Windows Store on Windows 8.
- Download and install Visual Studio 2012 express for Windows 8 (or Visual Studio 2012 Pro)
- Download and install MonoGame 3.x or a custom compiled version from github
- Download Yna Engine from here
Create the project
Launch Visual Studio and click on create a new project (from menu or from main page), select a C# project with MonoGame and choose "MonoGame Windows Store (XAML) Project. If you don't want to use XAML in your game you must select "MonoGame Windows Store Project", it's the same things for using Yna Engine.
Add Yna Engine
Unzip the archive that contains Yna Engine dlls and copy it in a folder in your project. I named this folder "ThirdParty". Return to Visual Studio and look the project explorer, do a right click on References, select Add a reference, click on browse and choose Yna.Engine.dll. You're now ready to use Yna Engine for a Windows 8 project.