Classical Pong game implemented on an Arduino Uno using a PCD8544 LCD screen which is better known as the Nokia 5110 screen.
Player bars are controlled by a potentiometer for each player. If you want the bar to go left, just turn the potentiometer left.
Step #1:
- Connect the Arduino Uno, PCD8544 LCD screen and 2 potentiomaters as shown in the Fritzing diagram.
Step #2:
- Download Arduino software fromĀ http://arduino.cc/en/Main/Software
Read more: 2-Player Pong Game with Arduino Uno