SticKart - 2D side-scrolling Kinect powered platformer

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Todays project by Keith Cully is one that Ive been looking forward to highlighting. Keiths project looks like a fun game, but beyond that hes actually created a NUI based level editor too. How cool is that?
You want more? How about some nice docs?
More? Physics. Speech. SQL. Azure....
Even More? The source for it all is available too! See, I told you this was cool...
SticKart

SticKart is a 2D side-scrolling platformer which I created as my major final year college project. It utilizes the Kinect sensor for input and the target platform is Windows 7. All player actions control the actions of a stick man running through a mine. The player must run jump and crouch their way across platforms and past obstacles. They can also travel in a mine cart to give their legs a rest. The objective of the game is to set the high score on each level and the player can create their own levels once the game is complete.
...
The main features of the game are:
  1. Motion control using a gesture managment system which automatically recalibrates to suit each individual players body dimensions.
  2. A bespoke player tracking system which filters the active player from the recognised skeletons.
  3. Voice control.
  4. A fully fledged NUI level editor.
  5. A bespoke NUI friendly menu system.
  6. A thread safe notification manager
  7. Local and online leaderboards (Online leaderboards are no longer active as my Azure subscription ran out).
The project is built using the following technologies:
  1. XNA
  2. Farseer Physics
  3. Kinect for Windows SDK v1.6
  4. Microsoft Speech platform
  5. Windows Communication Foundation
  6. Windows Azure
  7. IIS
  8. SQL
...​
Project Information URL: https://github.com/K-Cully/SticKart/ & http://www.keithcully.com/files/Journal.docx
Project Download URL: Download
Project Source URL: https://github.com/K-Cully/SticKart/



0cac740433ab5fd525d03125f8cf8ae0.gif


View the full article
 
Back
Top