E Pong

Difficulty: Easy

113

ABOUT

Create a stunning game using the Arduino! The LED will bounce back and fourth and each player needs to press the button once the LED is within 5 pixels of them. If they press too early or late then the opponent will gain a point. First one to 10 points wins. Add some rules for a great game with friends.

Diagram

To power everything, calculate how much power all of the LED's draw. Each LED draws 60ma on full white brightness. In this project I used 160 LED's which equates to 9.6 amps of power. Find a power supply unit that can handle at least 10 amps of power.

Solder wires to Arduino(VIN is positive, GND is negative) from DC Jack. This is for easy and adaptable powering. Connect the main led game strip to VIN and GND of Arduino. Connect data line to Arduino pin 8. Connect player 1 score board to VIN and GND of Arduino. The data line connects to pin 10 of Arduino. Repeat process for player 2. Connect data line to pin 9.

The last LED strip connects to VIN and GND for power. Data line is connected to pin 6. Connect player 1 push button to GND of Arduino and the other side to pin 3 of Arduino. Connect player 2 push button to GND of Arduino and the other side to pin 2 of Arduino. Bundle All of the wires into Wire Loom. This keeps the dangling wires safe. Afterward, hotglue the loom to the board

More Projects You May Like

LED Cylinder Controller

Design a beautiful cylindric LED container which is controlled by a custom programmed and 3D printed remote controller.

Custom Guitar Hero

What's more fun than creating your own Electrical Guitar? The guitar also has a volume knob and multiple different modes the user can play.

Sentimental Audio Gift

A perfect give to give to your loved ones to remember someone who has passed away.

Cyclone Arcade Game

A great way to pass time and a perfect game to learn how to use the arduino. Build a small LED game with multiple different game modes.