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
