top of page
Search

Creating a Fun and Interactive Memory Game Using Arduino Technology

Hey Guys, today I created a program for a Arduino for a simple memory game.

Here is what you need to have:

  • Red LED

  • Green LED

  • Blue LED

  • Yellow LED

  • 4 Regular Buttons

  • A bunch of wires

  • An Arduino UNO

  • A programming cable

  • A computer to program

Here is the hookup:

Buttons:

buttonRed = 2;

buttonGreen = 3;

buttonBlue = 4;

buttonYellow = 5;

LED:

ledRed = 6;

ledGreen = 7;

ledBlue = 8;

ledYellow = 9;

Make sure you have ground for both button and each LED.

Don't worry about adding resistors, because all four LED's in the wiring are enough.

Here is the code:



 
 
 

Recent Posts

See All
Formal Lab Report

Before I give it to you, this was a fun project for my co-op and wasn't very formal lol. Challenge 1                                     ...

 
 
 
Happy 4th of July!!

Let's take some time to sit back and appreciate what a free country we live in! Some of the things that need to be announced: NEW...

 
 
 
Hash Cracker

Well, I finally did it, a simple script that decrypts MD5 hashes, up to 6 characters. I have made the python script available to learn...

 
 
 

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating

2024 by Sing Developments

IP Address

Location data not available.

bottom of page