Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.02 KB

File metadata and controls

35 lines (25 loc) · 1.02 KB

🎮 Simon Game

This is a fun browser-based Simon Game — a classic memory game where you must mimic the color sequence shown by the system. Each round adds a new color to the sequence, and the challenge is to remember and repeat it correctly!


🔧 Built With

  • 🧱 HTML – To structure the layout of the game.
  • 🎨 CSS – For styling the color buttons and layout.
  • 🧠 JavaScript – To control the logic of the game, including:
    • Sequence generation
    • User interaction tracking
    • Level progression
    • Game over detection

✨ Features

  • Starts on any key press.
  • Flashes a new color every level.
  • Logs the current full sequence and the last color in the developer console for easier testing/debugging.
  • Responsive click detection.
  • Simple scoring system based on how many rounds you complete.
  • Clean visual feedback for correct or wrong inputs.

🖥️ How to Run

  1. Clone the repository:
    git clone https://github.com/your-username/simon-game.git
    cd simon-game