Gesture Based Baseball Game

An advergame developed to promote Samsung TVs. Players throw a virtual ball at a screen. The game tracks the player’s hand movements using only a webcam to calculate pitch speed.

  • WrnchAI, an AI Body Tracking Library, was used to capture players gestures and motions.
  • Game logic was written in Python whilst the visual layer was written in C# with WPF and VLC.Net Video Library to show high definition videos. TCP sockets were used to create communication between game logic and the visual layers.