The simon game is a clasical memory game where players must have to replicate a sequence of colors and sounds generated by device. This frontend project have some unique aspects because it contains the simon game in three different levels from easier to hard.
Get ready to fun with the Simon Game! 🎮 You can access the project from 👉 here.
This frontend project named Simon-Game is designed with three distinct levels of functionality and complexity as below :
-
Level 1 (Easy):
This is level which shows you the all the pattern of sequence every time and you need to replicate it for more points. -
Level 2 (Intermediate):
This is level in which you only showed you the next added color and sound on sequence and you need to replicate the whole sequence for continue the game. -
Level 3 (Hard): This level is similar with level 2 but it is time bounded, means every time for replicating the sequence you have only 15 seconds to do that and if you can't replicate the sequence or give wrong sequence then game ends.
Each level introduces a new twist, ensuring players stay engaged and challenged!
- Frontend: HTML, CSS, JavaScript
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/Harsh-Agrawal96/Simon-Game.git
-
Navigate to the project directory:
cd Simon-Game
-
Open the
index.html
file in your browser to start the game.