https://github.com/jacobgrisham/dom-manipulation-using-javascript-and-jquery
Audio/Visual Game Replica of Simon using Javascript and jQuery.
https://github.com/jacobgrisham/dom-manipulation-using-javascript-and-jquery
dom-manipulation front-end-web-development game javascript jquery
Last synced: about 2 months ago
JSON representation
Audio/Visual Game Replica of Simon using Javascript and jQuery.
- Host: GitHub
- URL: https://github.com/jacobgrisham/dom-manipulation-using-javascript-and-jquery
- Owner: JacobGrisham
- Created: 2020-09-16T00:58:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T13:36:39.000Z (almost 4 years ago)
- Last Synced: 2025-06-04T21:32:26.406Z (about 1 year ago)
- Topics: dom-manipulation, front-end-web-development, game, javascript, jquery
- Language: JavaScript
- Homepage: https://jacobgrisham.github.io/DOM-Manipulation-using-Javascript-and-Jquery/
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Simon Game: DOM Manipulation using Javascript and Jquery](https://jacobgrisham.github.io/DOM-Manipulation-using-Javascript-and-Jquery/)
### Coding challenge from the Udemy Course [the Complete 2020 Web Developer Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp/)
I wrote the code in game.js. The other files were provided by the instructor.

## 💡Lessons Learned
- arrays
- query selectors
- javascript HTML DOM events
- [jQuery effect methods](https://www.w3schools.com/jquery/jquery_ref_effects.asp)
- this keyword
- $ identifier
- creating audio in javascript
## 🚀 Getting Started
To run this project locally:
- Option 1: With the folder open in your text editor, right click on the index.html and select "Copy Path", and then paste into the browser of your choice
- Option 2: With the folder open in your text editor, right click on the index.html and select "Open with Live Server"
## 🕹 How to Use
- The application will randomly generate an n + 1 sequence of color and audio
- Your goal is to replicate the pattern generated by the application
- [Video Tutorial](https://www.youtube.com/watch?v=1Yqj76Q4jJ4&pbjreload=101)
## 📣 Reference
- Section 15: Boss Level Challenge 2 - The Simon Game of the Udemy Course [the Complete 2020 Web Developer Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp/)