I've made a popular Simon Game prototype. HTML-DOM manipulation was made via JavaScript.
https://lukaskri.github.io/Simon-Game-Vanilla-JS/
Simon Game was invented by Ralph H. Baer, Howard J. Morrison, and software programming was done by Lenny Cope. The 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.
- HTML5
- CSS3
- JavaScript ES6
All you need is just a web browser and internet access.
- Basic DOM (Document Object Model) manipulation via JavaScript:
- Targeting nodes and its properties and methods
- Using events for dynamic changes
- Recursion technique to develop a JavaScript recursive function, which is a function that calls itself
Project is: finished.
Created by @Lukas Krisikaitis - feel free to contact me on LinkedIn!