The Simon Game creates a series of tones and lights and requires a user to repeat the sequence. If the user succeeds, the series becomes progressively longer and more complex. Once the user fails the game is over. And to restart the game you can press any kye on your keyboard.
- Live Site URL: Github Pages
- HTML5
- Vanilla Javascript
- jQuery
- CSS
I learned jQuery and Javascript DOM maniulation while making this mini project. It game me hands-on practice on the Javascrtipt Concepts like objects and thier methods , function callback and etc.
Some code snippet for fun 😀:
<h1>Come on , Let play Simon Game</h1>
.completed-level-100 {
color: yellow;
}
const gameover = () => {
console.log('😢')
}
I want to learn more about jQuery , and DOM manipulation and will surely implement them in new projects.
- Github Profile Link - Saurabh13042004
- Linkdin - @saurabh-shukla
- Instagram - @saurabh.shukla.
I would liked to thank Dr. Angela Yu for her guidance and support in web development bootcamp. Because of her I was able to learn the web development.
Thanks for reading this far, if you have any suggestions or feedback, please let me know in the comments below. I would love to hear from you.