An implementation of Pong in a C# WPF application, using the Microsoft Kinect for controls.
Uses [WpfKinectHelper] (https://github.com/bencentra/WpfKinectHelper) for interfacing with the Kinect.
Made by Ben Centra.
It's Pong; try and bounce the ball past your opponent's paddle without letting the ball get past yours. Controls:
- Select the handedness of each player in the options on the left.
- Stand in front of the Kinect. The player on the left is Player One (blue), the player on the right is Player Two (red).
- Raise and lower your selected hand to move your paddle and block the ball.
- Further fine-tuning for collisions, angle randomization, etc.
- Single player mode.