A browser-based memory game inspired by the classic Simon Game. Built using HTML, CSS, and JavaScript, this game challenges players to remember and repeat an increasingly long sequence of colors and sounds.
- 🎯 Infinite level progression (difficulty increases continuously)
- 🔊 Interactive sound effects for each button
- 💡 Visual feedback with animations
- ⌨️ Start game using keyboard input
- ❌ Game-over detection with restart option
- 🎨 Clean and responsive UI
- HTML5
- CSS3
- JavaScript
SIMON-GAME/
│
├── index.html # Main HTML file
├── styles.css # Styling
├── game.js # Game logic
├── sounds/ # Sound files
└── README.md
- Press any key to start the game
- Watch the sequence of flashing colors
- Repeat the sequence by clicking the buttons
- Each correct round adds a new step to the sequence
- Make a mistake → Game Over ❌
- Press any key again to restart
link of the game https://srishtyverma.github.io/simon-game/
- Clone the repository:
git clone <your-repo-link>
- Navigate to the project folder:
cd SIMON-GAME
- Open
index.htmlin your browser (No server required)
- Event handling (keyboard & mouse events)
- DOM manipulation
- Arrays and sequence logic
- Timing functions (
setTimeout) - Audio integration in JavaScript
- High score tracking
- Difficulty modes
- Better animations and UI enhancements
Feel free to fork this project and improve it. Contributions are welcome!
This project is open-source and free to use.