Skip to content

1D Pong - Pong-like game run on an Arduino MCU and a LED light strip

License

Notifications You must be signed in to change notification settings

raidlman/1d-pong

Repository files navigation

1D Pong

Pong-like game run on an Arduino MCU and a LED light strip. Inspired by a game seen on 34C3.

Required Arduino Libraries

  • FastLED (v3.1.6): http://fastled.io/
    • In Arduino IDE: Sketch > Include Library > Manage Libraries

Used Hardware

Hardware build instructons & wiring schemes will be published soon!

Schematic

Schematic

The wiring is pretty simple.

All electronics are powered via the same 5V power supply. Make sure to use a supply that can deliver 2A.

There are three push buttons that pull the pin to high when beeing pressed. Each button is connected to ground via a pull down resistor.

The input pins of the LED strip are connected to the SPI interface of the arduino. CI (clock in) is connected to SCK and DI (data in) is connected to MOSI. The power lines are directly connected to the power source.

Feature Requests / Ideas from "Lange nacht der Computerspiele / HTWK Leipzig"

  • Allow hits one off (+-1 outside of hit box)
  • Feature to charge and release speedup by keep pressing and releasing button
  • If one player is close to dead, allow some kind of power move to come back.
  • Some feature to gain lifes.

About

1D Pong - Pong-like game run on an Arduino MCU and a LED light strip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages