A fun and interactive Simon Says Game built using HTML, CSS, and Vanilla JavaScript. Inspired by the classic memory game, this version tracks score and highlights the player's progress with visual effects.
- Press any key to start the game.
- A random colour will flash — follow the sequence by clicking on the buttons in the correct order.
- With each level, a new colour is added to the sequence.
- If you click the wrong one, the game ends and your score is shown.
- Press any key again to restart.
- 🎯 Dynamic colour sequence generation
- ✅ User input tracking and verification
- 📊 Score tracking with high score memory (non-persistent)
- 🌈 Flash & scale animation on clicks
- 💥 Error feedback on incorrect input
- 📱 Responsive and accessible layout
project-root/ ├── index.html # Main HTML structure ├── style.css # All game styles and animations ├── app.js # JavaScript logic for game control ├── bg2.jpg # Background image used └── README.md # Project documentation
- HTML5
- CSS3 – for layout, animations and transitions
- JavaScript (ES6) – for all game logic and interactivity
(Add a screenshot here if desired using:
) Example:
- Clone this repo or download the ZIP:
git clone https://github.com/your-username/simon-says-game.git
