A web-based implementation of the classic Simon electronic memory game. This project challenges players to remember and replicate increasingly complex sequences of colors and sounds.
https://hibanitt.github.io/Simon-Game/
- Start: Press any key on your keyboard (or click the 'Start' button) to begin.
- Observe: The game will flash a color and play a corresponding sound.
- Repeat: Click the same color button to replicate the sequence.
- Progress: Each time you successfully complete a sequence, the game adds one more step to the pattern.
- Game Over: If you click the wrong button, the game ends. Press any key to restart.
- Randomized Sequences: Every game is unique, generated using random logic.
- Progressive Difficulty: The sequence length increases with every level.
- Score Tracking: Displays your current level so you can track your progress.
- Interactive Feedback: Includes visual "flash" effects for each button.
- Audio Cues: Distinct auditory tones for each of the four colors.
- Responsive Design: Works on both desktop and mobile browsers.
- HTML5: Structure of the game board and buttons.
- CSS3: Styling, layout, and button press animations.
- JavaScript (ES6+): Game logic, sequence management, and event handling.
- **Jquery:**The JavaScript Library used.