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
