โRepeat the pattern. Test your focus. Train your memory.โ ๐ง
A modern web recreation of the classic Simon Memory Game, built using HTML, CSS, and JavaScript.
The Simon Game is a fun and challenging memory game where players must repeat a growing sequence of colors and sounds.
Each round introduces one new color, testing your concentration and recall with every level. Miss one, and itโs game over!
This project demonstrates mastery of DOM manipulation, event handling, animation timing, and game state logic โ ideal for beginners exploring interactive web development.
- ๐จ Vibrant UI โ Clean, responsive design built with pure HTML, CSS, and JS.
- ๐ Sound & Animation Feedback โ Each color press triggers unique audio and visual cues.
- ๐ง Progressive Difficulty โ Sequence length increases dynamically each round.
- ๐พ Local Storage Integration (Optional) โ Tracks your best score or highest level reached.
- ๐ฑ Responsive Design โ Works smoothly across devices.
- Start the Game โ Press any key or โStartโ button to begin.
- Watch the Sequence โ Observe the flashing color pattern carefully.
- Repeat It Back โ Click the buttons in the same order.
- Level Up โ Each correct sequence takes you to the next level (adds a new color).
- Game Over โ Miss a color, and your streak resets. Try again to beat your high score!
| Technology | Purpose |
|---|---|
| HTML5 | Game structure & UI elements |
| CSS3 | Styling, animations, and responsive layout |
| JavaScript (ES6) | Game logic, randomization, and interactivity |
| Local Storage (Optional) | Save progress & highest score |