Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JassiSingh08 authored Mar 20, 2023
1 parent b8aa76d commit 646fe97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.

0 comments on commit 646fe97

Please sign in to comment.