• Register

Wave Engine was born on February 21, 2013 with the exciting mission of developing an engine to help the mobile game developers’ community.

Post tutorial Report RSS Wave Engine Converter Tool

We introduce Wave Engine Converter Tool that will allow us to generate the code for the different platforms Wave Engine support. Today we are launching a new version of Wave Engine, and as you can see in the roadmap, we can convert our Wave projects to Windows Store apps. This means we can create games with Wave Engine that we can upload to the Windows Store Marketplace.

Posted by on - Basic Client Side Coding

Objectives

We introduce Wave Engine Converter Tool that will allow us to generate the code for the different platforms Wave Engine support.

Today we are launching a new version of Wave Engine, and as you can see in the roadmap, we can convert our Wave projects to Windows Store apps. This means we can create games with Wave Engine that we can upload to the Windows Store Marketplace.

Open an existing project

We are going to convert Dinosaur sample to a Windows Store App, so get the code of Dinosaur Sample here from Github.com.

Now go to Wave Engine installation folder, navigate to “Tools/ProjectGenerator” directory and run ProjectGenerator.exe:
Converter Tool
Now click on “Open…”, navigate to the folder we unzipped the dinosaur sample, select the Dinosaur.sln file and select the “Windows Store (Windows 8)” check box:
Select Dinosaur solution

One more last step

When we press “Convert” button, the conversion process starts

If we navigate to the project folder we will see a new .sln file and a new directory:

  • DinosaourWindowsStore.sln: the solution prepared to generate a Windows Store App.
  • LauncherWindowsStore: contains the Windows Store App project files.

So, we open DinosaourWindowsStore.sln just to solve some simple issues:

  1. Double click on Package.appxmanifest (Launcher project)04 appxmanifest
  2. Under Packaging tab, click on Choose Certificate...Choose Certificate
  3. Within Configure Certificate..., select Create test certificate..., fill in the gaps and done

Create test certificate
And then:

Create test certificate

If we build and run, we will see the Dinosaur sample installed in the Windows Start Menu:

Windows Start Menu

And we can play with it:

Dinosaur Windows Store

The code

You can get the code here.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: