-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8aa76d
commit 646fe97
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |