Category Archives: Learn

Kinect v2 Speech Bubbles Enhanced

By Shahed C on September 29, 2014

During Summer 2014, I had the chance to work on a Kinect v2 “Speech Bubbles” app, built upon a sample project from Kinect MVP Tom Kerkhove. In the initial version, I added a speech bubble gets displayed above a person’s head when the person walks into view.

initial-version

However, this created a problem for multiple people. It was displaying the same text for every person who walked into view, up to 6 people. So, I decided to update the program to display a new random message every time a new person is detected.

I quickly discovered that this created yet another problem: all the displayed messages would get updated for everyone, even when only 1 new person entered the frame. Finally, I added an array of displayed messages (one for each detected body), so that everyone gets their own randomized text.

Now, it was ready to test in the wild… so I used it at HackUMBC, a hackathon event at the University of Maryland Baltimore College.

Continue reading

Construct 2 Platformer: Step-By-Step

By Shahed C on September 24, 2014

In my previous Construct 2 tutorials, we covered a top-down shooter and a flappy bird clone, derived from Scirra.com tutorials.

In the following presentation, you’ll learn how to create a Platformer game, step by step.

Continue reading

Construct 2 Flapping Bird Improvements

By Shahed C on August 29, 2014

In my previous Construct 2 tutorials, we covered a top-down shooter and a flappy bird clone, derived from Scirra.com tutorials.

In the following presentation, you’ll learn how to make simple improvements to Flapping Bird.

  • High score, with WebStorage (HTML5 local storage)
  • Functions
  • Sound effects

Continue reading

My Experience (So Far!) With Kinect for Windows v2

By Shahed C on July 20, 2014

UPDATE, after July 2014 updates:  This blog post was originally published using the alpha version of the Kinect v2 SDK. If you have the updated July 2014 SDK, make sure you start with the updated version of the reference project, written by Tom Kerkhove.

DOWNLOAD SOURCE CODE: https://wakeupandcode.com/public_downloads/SpeechBubblesForKinect.zip

ORIGINAL POST, before July 2014 updates:

When Microsoft released the alpha version of Kinect for Windows v2 via their preview program, I was one of the first to grab the dev kit. I blogged about it in late 2013, after getting it set up with my laptop. As of July 2014, Microsoft has just released the final version of the unit, now available for purchase.

Unlike the previous version of Kinect, the new version now includes the ability to create Windows Store apps. Check out the following MSDN blog post for more information:

If you’re interested in purchasing one for yourself, read on to find out what it has in store for you!

Continue reading

Construct 2: Exporting and Publishing to Web, Windows 8 and Windows Phone 8

By Shahed C on July 17, 2014

  

As a follow up to my Construct 2 intro tutorials, here is a tutorial that explains how to export a game from Construct 2, and then publish on the Web, Windows 8 and Windows Phone 8.

 

Enjoy!
Shahed 🙂