A modern, responsive implementation of the classic Simon memory game with smooth animations and local storage for high scores.
- Responsive Design: Works seamlessly on desktop and mobile devices
- Modern UI: Beautiful gradient background with glassmorphism effects
- Game Mechanics:
- Progressive difficulty levels
- Visual and audio feedback
- Score tracking with local storage
- Animations:
- Smooth button flash animations
- Game over effects
- Confetti celebration for new high scores
- User Experience:
- Start and reset controls
- High score tracking
- Winning modal with continue option
- Click the "Start" button to begin the game
- Watch the sequence of colored buttons that light up
- Repeat the sequence by clicking the buttons in the same order
- Each successful round adds one more button to the sequence
- The game ends when you click the wrong button
- Try to beat your high score!
- Languages: HTML5, CSS3, JavaScript (ES6+)
- Features Used:
- CSS Grid and Flexbox for layout
- CSS animations and transitions
- Local Storage API for data persistence
- Event-driven JavaScript architecture
- Error handling for robust gameplay
Simply clone the repository and open index.html in your web browser:
git clone https://github.com/Pramod-Munnoli/simon-game.git
cd simon-game
open index.html