Git21221 / JS-beginner-projects

Here you will get small JS projects for starters.
https://js-beginner-projects.netlify.app/
47 stars 71 forks source link

Simon-Game #309

Open shraddha405 opened 8 months ago

shraddha405 commented 8 months ago

Turn on the Simon game console to start a new game. The game console will produce a short sequence of button presses, beginning with just one. For example, it may light up and play a sound for the red button. You must replicate the exact sequence by pressing the corresponding buttons in the same order. If the sequence is "red," you press the red button. The console will then add one more step to the sequence, and you must repeat the longer sequence accurately. Continue to follow the pattern as it grows longer, always starting from the beginning of the sequence. If you make a mistake and press the wrong button or get the order wrong, the game will signal the mistake, and the round will end. The game will display your level, which represents how many steps you correctly completed in the sequence. Scoring: The level in the Simon game is typically based on the number of steps in the sequence you complete correctly before making a mistake. The higher your score, the better your memory and concentration skills are.

netlify[bot] commented 8 months ago

Deploy Preview for js-beginner-projects ready!

Name Link
Latest commit ad5b8675814bd3fdfe7fe607fc3961b15e832c9f
Latest deploy log https://app.netlify.com/sites/js-beginner-projects/deploys/6543311fca86720008b58d34
Deploy Preview https://deploy-preview-309--js-beginner-projects.netlify.app/simon-game
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Git21221 commented 8 months ago

@shraddha405 can you share some screenshot of this project?