Game Development with G. Andrew Duthie

By Shahed C on May 27, 2013

Last week, I had just attended a user group meeting for DCDNUG, hosted by G. Andrew Duthie, a Technical Evangelist for Microsoft. The topic was “Developing Games for the Windows Store with HTML5 and JavaScript” and was a great introduction to creating games for Microsoft’s new platform using familiar web technologies.

I downloaded Andrew’s Community Megaphone app for Windows 8 after the meeting, and learned about the interactive event, Game Development for Beginners, at Microsoft’s Reston VA office. This is one of many free Game Dev events from Microsoft listed in the app.

I jumped at the chance to attend the event on May 25, and was pleasantly surprised at how quickly I could get a multiplatform HTML5 game up and running. We had started off with plain JavaScript, then proceed to use popular libraries and frameworks, and wrapped up with an HTML5 game creation tool that does not require any coding.

During the session, we learned about the following:

Andrew demonstrated how to use Construct 2 to create HTML5 games that can be viewed and played in any modern browser. You can also export to Windows 8 and Windows Phone 8.

By the end of the class, I had followed all the steps to create a simple platformer and also a 2D “runner” game. Think of Temple Run, but in 2 dimensional side-scrolling mode. Fortunately, I also had my sprite sheet from my last Indie game project “Angry Zombie Ninja Cats“.

I created a Windows8 app version of my runner game within minutes. I also published a web version immediately, which I was able to test on various smartphones, tablets and computers without any issues.

Here’s a short URL for the web version so that you can try it for yourself:

http://tinyurl.com/shahedRunner

Simply touch or click to jump over the gaps. Enjoy! 🙂

web version of Ninja Cat Runner

web version of Ninja Cat Runner

(1) To use Weltmeister with IIS Express and WebMatrix, you’ll need to download and configure the Impact IIS Backend files, which can be downloaded here: http://code.google.com/p/impactjs-iis-backend/. The configuration requires a little trial and error in IIS Express to get the path working, but it does work.

3 thoughts on “Game Development with G. Andrew Duthie

  1. Shahed C Post author

    I’m working on the Runner game right now, and hope to complete a playable version by end of June! 🙂

    Reply
  2. Pingback: Ninja Cat Runner: My First Windows 8 Game! | Wake Up And Code!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.