Arduino Software/hardware Pong Game

by mal-hd in Circuits > Arduino

857 Views, 4 Favorites, 0 Comments

Arduino Software/hardware Pong Game

Arduino pingpong

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 ?

Needed Hardware:

10913673_589745597824971_192858579_n.jpg
10917587_589745547824976_802330952_n.jpg
10934301_589745587824972_325269465_n.jpg

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.

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

Test It :)

Arduino pingpong