This is a simple, interactive Simon Game built with HTML, CSS, and JavaScript. Test your memory as you follow the game's sequence of colors and sounds!
- The game shows a random sequence of colors, starting with a single color.
- Memorize the sequence and repeat it by clicking the colors in the correct order.
- Each round, the sequence grows by one, increasing the difficulty.
- If you make a mistake, the game restarts and the sequence resets.
- HTML: For the game structure and layout.
- CSS: For styling and visual effects.
- JavaScript: For game logic and interactivity.
index.html
- Main HTML file for the game interface.style.css
- Stylesheet for game design.game.js
- JavaScript file containing the game's core logic.
- Clone this repository.
- Open index.html in your web browser to start playing.
You can also play the game online: https://sumit-saha-x.github.io/Simon-Game-JS-Project/
