Dual Pong

This is a simple little pong program that I wrote for a competition that I ended up never entering. It's called Dual Pong because, unlike other pongs, you control two paddles. dPong can be set to play with itself, so you can just sit there and watch the ball move around the field.

The AI is very simple, the interface is boring, and there's almost no physics model. The source code is included, so if anyone can improve how it works I would welcome it. Just please don't steal it and try to pass it off as your own.