A simple Simon Game implemented in JavaScript.
This is a JavaScript-based Simon Game that tests your memory. The game generates a sequence of colors and requires you to repeat the sequence. As you progress, the game gets more challenging.
- Generate random color sequences.
- Check and update the highest score in the local storage.
- Display the current level.
- User interface feedback with flashing colors.
- Press any key to start the game.
- Pay attention to the color sequence that flashes.
- Click on the colored buttons to repeat the sequence.
- If you get the sequence correct, you'll level up.
- Try to beat your highest score!