Skip to content

tribbin/RGB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB Game Box: Color-matching game for Arduino

Project-enclosure example

Game description

  1. You are presented with a random color.
  2. You can change the RGB-values (red, green & blue) to match the color.
  • Press left button to change the component color you want to change: red, green or blue.
  • Press right button to increase the value of the component color.
  • Hold right button to decrease the value of the component color.
  1. If the colors match you are congratulated with a satisfying blink.

The game is an endless loop().

Ingedients

By design:

  • 1x Arduino-compatible board or chip (I use the ATtiny85 chip)
  • 2x Momentary-switch button
  • 1x NeoPixel Stick (8 x WS2812 5050 RGB LED)
  • 1x NeoPixel Jewel (7 X WS2812 5050 RGB LED)
  • 1x Power source (5 volt)

Other implementations are possible.

About

RGB Game Box: Color-matching game for Arduino using NeoPixels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages