/The-Simon-Game

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.

Primary LanguageJavaScript

The Simon Game

Table of contents

Overview

About Simon Game

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.

Screenshot

Links

My process

Built with

  • HTML5
  • Vanilla Javascript
  • jQuery
  • CSS

What I learned

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('😢')
}

Continued development

I want to learn more about jQuery , and DOM manipulation and will surely implement them in new projects.

Author

Acknowledgments

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.