A physical toy inspired by the classic "Simon Says" game.
LEDs blink in a random pattern, and the user tries to mimic that pattern.
- With each level, the pattern gets longer, increasing the difficulty.
- LEDs blink a pattern.
- The user memorizes the pattern and attempts to replicate it.
- The initial pattern length is one, increasing by one with each level until level eight (the final level).
- Arduino Uno — microcontroller platform
- LEDs — for visualizing patterns
- Buzzer — for button press sounds
- LCD — for notifications
- Connect four LEDs of different colors to Arduino pins 6, 7, 8, and 9. Attach a series resistor (150 Ω or higher) to each LED to limit current.
- Connect a buzzer to pin 10.
- Connect four buttons to pins 2, 3, 4, and 5 on the Arduino.
- Connect LCD pins RS, EN, D4, D5, D6, and D7 to Arduino pins 12, 11, A1, A2, A3, and A4, respectively.
You can reach me at: [email protected]