Simon Game is a classic electronic game that tests your memory and reaction time. This web-based version of the Simon game consists of four colored buttons that light up in a sequence. Your goal is to repeat the sequence by clicking the buttons in the same order. The game becomes more challenging as the sequence gets longer.
Live site : https://samuel2143.github.io/Simon-game/
- Four colored buttons (red, blue, green, yellow) that light up in a sequence.
- Interactive gameplay where you repeat the sequence by clicking the buttons.
- Increasing difficulty with each successful repetition of the sequence.
- Sound effects and visual feedback to enhance the gaming experience.
- HTML5: Structure of the web page.
- CSS3: Styling and layout of the elements.
- JavaScript: Logic for game mechanics and interaction.
- jQuery: Simplifies DOM manipulation and event handling.
- Start Game: Press any key in your keyboard to start the game.
- Watch the Sequence: Observe the sequence of colored buttons as they light up.
- Repeat the Sequence: Click the colored buttons in the same order as the sequence.
- Increasing Difficulty: The sequence gets longer with each successful repetition.
- Game Over: The game ends if you make a mistake. Try to beat your high score!
This project is licensed under the MIT License - see the LICENSE file for details.