The object of the game: Correctly repeat a longer and longer sequence of signals.
For more details on how to play this game refer simon-game-rules
Simon game implementation url: Simon-game
- HTML
- CSS
- Javascript
- Jquery
Have worked with lot of DOM manipulating methods ,but this time wanted to implement DOM manipulation using JQuery Api's which reduces code length. Some of the Jquery api's used in this project are:
text()
addClass()
removeClass
fadeIn()
fadeOut()
attr()
click()
keypress()
JQuery documentation to know more in depth about these api's and many other's:
This game is a project based on the Jquery module of The Complete Web Development Bootcamp
by Angela Yu.