This is a simple Simon game implemented using HTML, CSS, and JavaScript. The game tests your memory and concentration by playing a sequence of colors and challenging you to repeat the sequence. The game keeps track of your score and level as you progress.
Open the index.html file in your browser.
You'll see a title "Press A Key to Start" on the screen.
Press any key to start the game.
The game will show you a sequence of colors by lighting them up one by one.
Your task is to click on the colors in the same sequence after the computer's turn.
If you get the sequence right, you'll move on to the next level, and the game will add one more color to the sequence.
If you make a mistake, the game will end, and you can restart by pressing any key again.
Try to reach the highest level possible and challenge your memory!
Interactive and responsive design. Sounds and visual cues for a more engaging experience. Keeps track of your current level. Provides feedback for correct and incorrect moves. You can play using keyboard keys or by clicking on the colors.
HTML CSS JavaScript jQuery
The game is implemented using JavaScript and jQuery. The core functionality includes:
1.Generating a random sequence of colors.
2.Tracking the user's input and comparing it with the generated sequence.
3.Playing sounds and animations for a more interactive experience.
4.Keeping track of the level and the game state.
The game design and concept are inspired by the classic Simon game.
K.SIRI DHARI
Enjoy playing the Simon game and have fun testing your memory and concentration! If you have any questions or suggestions, feel free to open an issue or create a pull request.