Skip to content

Instantly share code, notes, and snippets.

@willluongo
Last active December 23, 2015 17:09
Show Gist options
  • Save willluongo/6666425 to your computer and use it in GitHub Desktop.
Save willluongo/6666425 to your computer and use it in GitHub Desktop.
General Ideas for Arduino Projects

Ideas for the Arduino

Pong

A row of yellow LEDs with a red LED on each end, each end has one push button. The red LEDs represent the goals. When a player presses their button, it acts a stopper for the duration of one light of movement.

Possible details

  • Goal keeper (penultimate) LEDs would be three color LEDs, so the LED can change color while "blocking
  • The goals could blink the score between volleys
  • The longer the players successfully pass the "ball" back and forth, the faster the LED "ball" would move, resetting after the next score.
  • Use the piezo element for sound effects!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment