Arduino Led 4x4 Mini Game
by polhemscorp in Living > Toys & Games
2100 Views, 8 Favorites, 0 Comments
Arduino Led 4x4 Mini Game
The objective of the game is to capture the randomized led with your green led. For every target that is captured the interval that you are allowed between rounds lessens with 0,3 seconds.
Description of the Game
This is a project creating a game which is similar to the classic game "snake". There is a red led that flashes at the begining, thereafter there is a green led that turns on and you are able to control using the four buttons.
The objective of the game is to capture the randomized led with your green led. For every target that is captured the interval that you are allowed between rounds lessens with 0,3 seconds.
Component List
1x Arduino
16x RGB LEDS three pin
1x shiftregister 74hc595
4x Push buttons
4x 220 ohm resistor
A bunch of cables
Code
The code for the project can be found to download at https://github.com/Nicklas-Zacharias/Led-matrix-game/tree/master
Schematic
The shematic for the project