Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 825 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 825 Bytes

Lets-Jump

Heard of Chrome Dinosaur game? Yes that game when there is no Internet connection and a game appears on the web page. I tried to create my version of that game using HTML, CSS and Javascript.

Includes a Character and a car(block) and a background image. Added Game engine via Set Interval method and used properted like Add class list to both character and the block

The game will start the moment user interacts with the screen and can control the character with the space or arrow up buttons on the keyboard to make it jump and the ultimate goal is to avoid hitting the car.

The score will increase as the character runs and it also has a High Score functionality so that if a user is returning after sometime they will get a glance of their previous scores and that will encourage them to break the game.