Magus Arena

Example image

Magus Arena is a two person Kinect game on PC and Mac. Each player stands on a platform in a lava river facing each other. With certain hand gestures the player can cast spells like a fireball, shield or a replanish mana spell. Since the movement of the player is very limited due the small platform they are standing on it is challenging to dodge incoming fireballs.

My main responsibility was the integration of the Microsoft Kinect, gesture recognition as well as the main gameplay. When we started with the development Microsoft just released the Kinect and there was no official SDK or API available. Therefore we had to use the open source software OpenNI which had very limited gesture recognition at that time and was not that easy to use as well. In order to have “magical like” spell gestures I had to implement the recognition of the players hand movement and mapping to certain patterns by myself.

Depending on the characters dimension I created colliders around the model of the player and tracked all collisions with the collider on the player’s hand with this collider grid. The result of the collisions time and order was then mapped to some predefined gestures like a zero or cross. This naive approach worked quite well and delivered the needed precision and robustness we needed for the game to cast spells.


University Projects · Company Projects · About · main