A memory-based Simon Game built with HTML, CSS, JavaScript, and jQuery. Players must remember and repeat an increasingly complex sequence of colors.
- Random color sequence generation
- Interactive button animations
- Level progression system
- Game Over detection and restart functionality
- Responsive user interface
- HTML
- CSS
- JavaScript
- jQuery
- Press any key to start the game.
- Watch the sequence of colors.
- Repeat the sequence by clicking the buttons.
- The sequence gets longer with each level.
- The game ends when you click the wrong color.
- DOM Manipulation
- Event Handling
- JavaScript Functions
- Arrays and Game Logic
- User Interface Design