Due 29 Mar 2016

Implement a Pong game that will be played over the network using OSC.

The goal is not to make a game where you can win, but to achieve a coherent game of Pong over the network with another codebase. You may work together or collaborate on Pong implementations that are meant to work together, but make it known in class that you did so.

This is your midterm.

The Specification

The game window should be 500 x 500 pixels. The ball should be 20 x 20 pixels. The paddles should be 10 x 100 pixels. Standard Pong rules should apply.

The OSC protocol consists of two messages:

/player/position float float

/ball/position float float