Welcome to the Simon Game project! This is a web-based implementation of the classic Simon game, where players need to remember and repeat a sequence of colors that gets progressively longer. Go ahead and play the game here.
This project recreates the Simon game using HTML, CSS and jQuery. The game starts when the user presses a key or taps the screen and involves clicking colored buttons in the correct sequence. The sequence length increases with each level, providing an engaging challenge for the player. Additionally, the design is responsive, ensuring a smooth experience across various devices.
- Responsive design that works on various screen sizes.
- Start the game with a key press or tap.
- Toggle instructions visibility.
- Visual and audio feedback for each button press.
- Level progression with increasing difficulty.
- Game over detection and restart option.
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/simon-game.git
-
Navigate to the project directory:
cd simon-game
-
Open
index.html
in your browser to view the game.
Alternatively, you can play the game here.
- HTML
- CSS
- jQuery (JavaScript)
This project is inspired and developed as part of Angela Yu's Complete Web Development Bootcamp's Boss Challenge on Udemy. It serves as a hands-on exercise to practice jQuery and advanced JavaScript principles. While following the exercise instructions, I have also taken creative liberties in making the design responsive and adding a togglable Instructions button.
This project is licensed under the MIT License. See the LICENSE file for more details.