Memory Game

by 870075 in Circuits > Arduino

63 Views, 1 Favorites, 0 Comments

Memory Game

memory-games.png

A project that tests you’re memory. You will have to push any push button in order to start the game and when you lose it plays a sound with a sad face on the 7 segment. It is essentially a memory game with LEDs and push buttons. The Arduino will play us a sequence of LEDs and the user will try to recreate this pattern using the respective push buttons. You would have to guess the order the lights flash in order when you click the push buttons.


If you lose the game the RBG led will turn red, and if you win the game the RBG led turns blue and you won the game.


There are 5 rounds on the 7 segment!

Supplies

  1. Arduino Uno
  2. Bread Board
  3. RDG LED
  4. LED (Green, Blue, Red, Yellow)
  5. Piezo buzzer
  6. 7 Segment Display
  7. 4 Push Buttons
  8. 4x 10k resistors
  9. 4x 330 ohm resistors
  10. 3x 560 ohm resistors

Wiring

wiring.jpg

The picture up top shows on how the wiring should be connected.


Make sure that you connect the wires for the 7 segment from A0-A5, it is used for the output pin, although one extra wire can be connected the a number pin (1, 2, 3, etc.).


Also make sure that you connect;

Volt (positive) and ground (negative) on the edge of your breadboard

Connect a positive wire for all the push buttons (4) on the left

Connect a ground wire (negative) for both the RBG led and the buzzer, as well as a pin number for them as showed in the Image.



Code Start Up

Download code here

Downloads

Video of the Memory Game

KEY NOTE: As I mentioned before if the RBG led turns red you lose, and if it turns blue you win. As you can see in the video I showed a demonstration of the game in which I lost and by that the RBG led turned red, if you were to win the game (5 rounds) the RBG would turn blue.


I did this for my Final summative and it was a bit challenging at the start, but once I finished it it really fun to play!


Hope you like it!


Thanks!