This is a simple implementation of the classic Simon Game built using HTML, CSS, JavaScript, and jQuery. The game involves four colored squares, and the player must replicate a randomly generated pattern by clicking on the correct sequence of colors. The levels increase as the game progresses, and the game restarts if the player clicks the wrong square.
Deployed at : Link
- Four colored squares (red, green, blue, yellow)
- Random pattern generation that increases in complexity with each level
- Player must replicate the pattern by clicking the squares in the correct order
- Visual and sound feedback for correct/incorrect input
- Game restarts upon incorrect input
- HTML: For the structure of the game.
- CSS: For styling the squares and game interface.
- JavaScript: For game logic and functionality.
- jQuery: For DOM manipulation and handling user interactions.
- Open the game in a web browser.
- Press any key to start the game.
- A sequence of colors will flash. Memorize the order.
- Click the squares in the same order as the flashing colors.
- If you click the wrong square, the game will restart, and the level will reset to 1.
- After successfully completing each sequence, a new level starts with an additional color added to the pattern.
- Continue playing and see how far you can go!