Simon Says Game is a classic memory challenge where players must repeat an ever-growing sequence of colors. This project is built using HTML, CSS, and JavaScript, and is fully responsive for both desktop and mobile devices.
- Press any key to start the game.
- Watch the sequence of colored button flashes.
- Repeat the sequence by clicking the buttons in the same order.
- Each level adds a new color to the sequence.
- If you make a mistake, the game ends and your score (level reached) is displayed.
- Press any key to restart and try again!
- Animated button flashes for both game and user input.
- Gradually increasing difficulty as levels progress.
- Score display and easy restart after game over.
- Responsive design for desktop and mobile screens.
- Simple and intuitive user interface.
- HTML5 & CSS3: For structuring and styling the game
- CSS3: For styling and responsiveness
- JavaScript: For game logic and interactivity
- Clone the repository:
git clone https://github.com/DebasishaBehera/Simon_Says_Game.git cd Simon_says_Game - Open
index.htmlin a browser to play the game.