Simon Game is a classic electronic memory game where players need to repeat a sequence of colors and sounds generated by the game. It's a fun and challenging way to test and improve your memory skills!
- Generate random sequences of colors and sounds.
- Display the current sequence to the player.
- Allow the player to input their guess for the sequence.
- Check if the player's input matches the generated sequence.
- Keep track of the player's score (number of correct sequences repeated).
- Increase the difficulty as the player progresses by adding more colors or increasing the length of the sequence.
- HTML: Structure of the game interface.
- CSS: Styling the game interface to make it visually appealing.
- JavaScript: Logic and functionality of the game.
- Audio API: Generating and playing sounds for each color in the sequence.
- Start the game by pressing the "Start" button.
- The game will generate a sequence of colors and play corresponding sounds.
- Pay attention to the sequence!
- Repeat the sequence by clicking on the colors in the same order.
- If your sequence matches the generated one, you'll advance to the next round with an increased difficulty.
- If you make a mistake, the game will indicate it, and you can try again.
- Keep playing and see how far you can go!
Website Link : https://aditya-ranjan1234.github.io/Simon_Game/