Arduino Led 4x4 Mini Game

by polhemscorp in Living > Toys & Games

2100 Views, 8 Favorites, 0 Comments

Arduino Led 4x4 Mini Game

Arduino 4x4 led 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.

Photo 2014-05-22 14 13 18.jpg
Photo 2014-05-22 13 53 30.jpg
Photo 2014-05-22 13 53 18.jpg

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

kretsschema 2.jpg
kretsschema.jpg

The shematic for the project