A fun and interactive Simon Says memory game built using HTML, CSS, and JavaScript.
- Press any key to start the game.
- A random color sequence will be displayed. Memorize and repeat it by clicking the correct colors.
- Each round, a new color is added to the sequence.
- If you click the wrong color, Game Over! Press any key to restart.
✔ Dynamic Color Sequences – Randomly generated patterns to test your memory.
✔ User Interaction – Click-based input for an engaging experience.
✔ Score Tracking – Displays the current level and final score after losing.
✔ Smooth Animations – Buttons light up for better visibility.
✔ Responsive Design – Works on different screen sizes.
🔹 HTML – Provides the structure of the game.
🔹 CSS – Enhances UI with styling and animations.
🔹 JavaScript – Implements game logic and interactions.
/simon-says-game
│── index.html # Main game file
│── say.css # Styles for UI
│── say.js # Game logic
