A modern implementation of the classic Simon Says memory game with multiple difficulty levels, sound effects, and high score tracking.
- 🎮 Three difficulty levels (Easy, Medium, Hard)
- 🎵 Sound effects for each color and wrong moves
- 🏆 High score tracking for each difficulty level
- 💾 Persistent high scores using localStorage
- 🎨 Modern UI with glassmorphism design
- 📱 Responsive design for all screen sizes
- 🎯 Visual feedback and animations
- 🎨 Beautiful gradient background
- Select a difficulty level (Easy, Medium, or Hard)
- Click "Start Game" to begin
- Watch and remember the sequence of colors that light up
- Click the colors in the same sequence
- Each successful round adds one more color to the sequence
- Make a mistake, and the game ends
- Try to beat your high score!
- Easy: Slower sequence display and longer delays
- Medium: Moderate speed and delays
- Hard: Faster sequence display and shorter delays
- HTML5
- CSS3 (with modern features like glassmorphism and animations)
- JavaScript (ES6+)
- Web Audio API for sound effects
- Clone the repository:
git clone https://github.com/yourusername/simon-game.git- Navigate to the project directory:
cd simon-game- Open
index.htmlin your web browser
The game works on all modern browsers that support:
- CSS Grid
- CSS Flexbox
- CSS Animations
- Web Audio API
- localStorage
Feel free to submit issues and enhancement requests!
This project is licensed under the MIT License - see the LICENSE file for details.
Created by Rahul Adya
- Sound effects from FreeCodeCamp's Simon Game project
- Font: Poppins from Google Fonts