Skip to content

Tranomial/Simon-says

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simon Says

Description

A physical toy inspired by the classic "Simon Says" game.
LEDs blink in a random pattern, and the user tries to mimic that pattern.

Features

  • With each level, the pattern gets longer, increasing the difficulty.

How to Play

  1. LEDs blink a pattern.
  2. The user memorizes the pattern and attempts to replicate it.
  3. The initial pattern length is one, increasing by one with each level until level eight (the final level).

Technologies Used

  • Arduino Uno — microcontroller platform
  • LEDs — for visualizing patterns
  • Buzzer — for button press sounds
  • LCD — for notifications

Installation (for Arduino Uno)

  • 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.

Contact

You can reach me at: [email protected]

About

A physical toy similar to Simon says

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages