Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 865 Bytes

File metadata and controls

26 lines (18 loc) · 865 Bytes

🎮 Simon Says Game

A classic Simon Says memory game built with HTML, CSS, and JavaScript. Test your memory by repeating increasingly long sequences of colored buttons!

🕹️ How to Play

  1. Press any key to start the game
  2. Watch carefully as the game flashes a color sequence
  3. Click the buttons in the same order the game showed you
  4. Each round, the sequence gets one step longer
  5. One wrong move and it's game over — try to beat your high score!

✨ Features

  • ✅ Classic Simon Says gameplay
  • ✅ Visual button flash animations
  • ✅ Level counter displayed during gameplay
  • ✅ Game over screen with restart prompt
  • ✅ Increasing difficulty with each round

🛠️ Built With

  • HTML5 — Game structure
  • CSS3 — Styling and animations
  • Vanilla JavaScript — Game logic and interactivity