Air War Game with Kinect

less than 1 minute read

Published:

With a Kinect sensor in hand, it would be a waste if I don’t develop sth interesting. Thus, I developed a simple motion sensing game based on the skeloton data obtained from kinect. Also, it helpt myself to train my C++ programming.

Demo Presentation

Control the plane to up, down, left, right, give up and kill all(ultimate).

I presented this demo in a C++ class, and the slides is avaiable here.

Key Components

You may have a basic understanding about this demo after watching the video. There are several key parts about this demo,

  • skeleton window
  • game design
  • gesture recognition
  • virtual switch

After …

Just make use of this Kinect sensor.

Download

pls check “air war *” on my github.