Skip to content

emgrey02/jump-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jump Game

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.

Demo

jump game demo

Live Preview

https://emgrey02.github.io/jump-game

Languages

  • HTML
  • CSS
  • Javascript

What I Learned

  • 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

About

a simple jumping game playable through the browser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published