Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
23 views

Arduino 8x8 Matrix LED Game

Arduino 8x8 Matrix LED Game

Uploaded by

Lord_Darth_Vader
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Arduino 8x8 Matrix LED Game

Arduino 8x8 Matrix LED Game

Uploaded by

Lord_Darth_Vader
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Food

Living

Outside

Play

Technology

Workshop

Arduino 8x8 Matrix LED Game


by joe on February 11, 2012

Table of Contents
Arduino 8x8 Matrix LED Game . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Intro: Arduino 8x8 Matrix LED Game . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Step 1: Parts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Step 2: Wire it up . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Step 3: Load code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Step 4: Play the game . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

http://www.instructables.com/id/Arduino-8x8-Matrix-LED-Game/

Author:joe author's website


I like to tinker with just about anything, sometimes it works out in the end.
I am a researcher in network security by day and a bike rider by night.
Have fun looking at the projects, try tearing something open and let me know how it goes.
rock on,
-Joe

Intro: Arduino 8x8 Matrix LED Game


For a class I am taking I had to make a game using an 8x8 LED Matrix. The game is based around dropping a "bomb" on a target scrolling across the bottom of the
screen.
Each level the target moves faster and you are moved further away from the target. After 4 levels it ends.

Step 1: Parts
The parts I used were:
1-Arduino Nano ATMEGA328.
1-Parallax 5 position switch.
1-8x8 LED Matrix
1-470 Resistor network
1-solderless breadboard

http://www.instructables.com/id/Arduino-8x8-Matrix-LED-Game/

Step 2: Wire it up
I plugged pins D0-D7 in to the resistor, and then to the positive pins of the matrix.
Pins D8-13, A0-A2 to the negative of the matrix.
The 5 Positions switch should be attached to pins A3-A6. The trick here is A6 cannot be made digital, you'll have to read it as analog. No biggie.

Step 3: Load code


Load the code on the Arduino.

File Downloads

matrixgame.ino (8 KB)
[NOTE: When saving, if you see .tmp as the file ext, rename it to 'matrixgame.ino']

http://www.instructables.com/id/Arduino-8x8-Matrix-LED-Game/

Step 4: Play the game


Thanks for looking at the game.

Related Instructables

Pong with 8x8


Led Matrix on
Arduino (video)
by bsoares

LED Matrix
Coffee Table
(Photos) by
trialex

GUI Controlled
LED Matrix by
Technochicken

Arduino Pong
(Photos) by
fredrikl

http://www.instructables.com/id/Arduino-8x8-Matrix-LED-Game/

The BlokClok
Concept Arduino driven
RGB Abstract
Clock (video) by
earthshine

LED Matrix Test


1 using an
AS1107 IC
(video) by
earthshine

You might also like