Introduction: Arduino Software/hardware Pong Game

About: Electronics, Systems, Programming, Tech, Geeky stuff.... all are my <3

As we know well the traditional pong game...which contain one or two plates and bouncing ball,
this plate is controlled from mouse or keyboard or a remote control...But how about controlling it using our hands o.O ?

Step 1: Needed Hardware:

1) Arduino Board

2) Ultra Sonic Sensor, I am using HC-SR04. x 2

3) wires

_________________
plug VCC and GND to 5V and Ground pins respectively

the ping and echo as in source code comments.

Step 2: Needed Software:

1) Processing IDE

2) Arduino IDE

__________
Here i uploaded the arduino source code & the processing source code, any modification and enhancement will be so welcomed.

________
the arduino code is .ino

the processing code is .pde

Step 3: Test It :)