Summary of 2-Player Pong Game with Arduino Uno
This project features a classic Pong game implemented on an Arduino Uno using a Nokia 5110 (PCD8544) LCD screen. Two players control their paddles using individual potentiometers, turning them left or right to move the bars on the screen. The setup involves wiring the Arduino, LCD, and potentiometers as per the provided Fritzing diagram. Users must download the Arduino IDE software and the Pong game sketch to upload and play the game on the hardware.
Parts used in the 2-Player Pong Game with Arduino Uno:
- Arduino Uno
- PCD8544 (Nokia 5110) LCD screen
- Two potentiometers
- Connecting wires
- Breadboard (optional, depending on wiring)
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
Step #3:
Download the Arduino sketch (Pong.ino file) from https://github.com/monur/Arduino-Uno-PCD…
For more detail: 2-Player Pong Game with Arduino Uno