- A web-based interactive Simon Game, where users test and improve their memory by repeating an ever-growing sequence of lights and sounds.
- "🎶 Colorful Light Patterns: Buttons light up in a sequence that users must memorize and replicate."
- "📱 Responsive Design: The layout is optimized for various screen sizes and devices."
- "🎨 Animations and Feedback: Buttons are visually and audibly animated, providing instant feedback on user actions."
- "🔄 Restart Option: Users can end the game and restart the game manually in normal mode or automatically restart after a mistake in tricky mode."
- Watch the sequence of buttons lighting up.
- Repeat the sequence by clicking the buttons or using keyboard keys.
- With every correct sequence, an additional button is added.
- The game ends when the user presses the wrong button.
- HTML: Provides the structure for the game's interface.
- CSS: Adds styles, animations, and ensures responsiveness.
- JavaScript: Implements game logic, sequence tracking, and animations.