A fun, interactive Simon game built using HTML, CSS, and JavaScript. The game challenges players to repeat an increasingly long sequence of colors.
The Simon Game is a memory game where the player must repeat a sequence of colors that is randomly generated. Each time the player successfully repeats the sequence, it grows by one color. The goal is to remember and repeat the longest possible sequence without making a mistake.
- Click the start button to begin the game.
- The game will display a sequence of colors in a random order.
- Repeat the sequence by clicking the colored buttons in the correct order.
- After each successful round, a new color will be added to the sequence.
- The game continues until the player makes a mistake.
- HTML: Structure of the game interface.
- CSS: Styling for buttons and game layout.
- JavaScript: Logic for the game, including random sequence generation, user input handling, and game progression.
To run the game locally:
- Clone this repository:
git clone https://github.com/Nikhil012N/simon-game.git