A lightweight and responsive Simon Memory Game built using HTML, CSS, JavaScript, jQuery, and Bootstrap.
Follow the color sequence and repeat it correctly to move to the next level.
https://ayushbrmn08.github.io/Simon-Game/
- Random color sequence generation
- Difficulty increases with each level
- Automatic game-over detection
- High score stored using LocalStorage
- Sound and visual feedback
- Responsive layout for desktop and mobile
- HTML5 – Structure
- CSS3 – Styling
- JavaScript (ES5) – Game logic
- jQuery – DOM manipulation
- Bootstrap 5 – Responsive UI
- LocalStorage & Audio APIs
- A random color is generated at each level
- The color sequence is displayed with animation and sound
- User input is recorded and validated step-by-step
- The level increases on correct input
- Incorrect input ends the game
- Press any key or tap Start
- Watch the color sequence
- Repeat the sequence in the correct order
- One wrong input ends the game
git clone https://github.com/ayushbrmn08/Simon-Game.git
cd Simon-Game
open index.html