Arduino Based Memory Game - PCB
A Simon-says type game that can be easily made from scratch with a few parts and an ArduinoSteps
Categories
Status: Active
Arduino Based Memory Game - PCB Step 1 of 5
This project will guide you through the steps to create your own memory game just like Simon says. Other than the arduino, all parts for this project can be obtained through Tayda. These instructions are for a completely standalone game that only requires a 9V battery.
You can view the following youtube video to see the game in action: http://www.youtube.com/watch?v=CGUro_F3nu0
This is an intermediate project for those that want to make a permanent project that does not require an Arduino connected to run. It uses the following concepts:
- Reading button states
- Illuminating LEDs
- Generating tones
- Soldering
It is recommended to read the following Arduino tutorials before beginning this project so that you understand where the code & circuit came from:
http://arduino.cc/en/tutorial/button
http://arduino.cc/en/Tutorial/blink
http://arduino.cc/en/Tutorial/Tone
http://arduino.cc/en/Main/Standalone