a simple game where the user must jump over the oncoming obstacle, or else it's game over. With each level, the speed of the obstacle increases.
https://emgrey02.github.io/jump-game
- HTML
- CSS
- Javascript
- how to use a setInterval() function to run a function every 10ms
- I can use clearInterval(function) to stop the setInterval() function from running
- window.getComputedStyle was very helpful to retrieve location values (rather than offsetLeft, etc.)
- window.location.reload() refreshes the window
- difference between calling a function like this jump() versus jump
- how to use CSS clip path to make these shapes