https://github.com/indiecodermm/dino-jump
Simple javascript game for beginners
https://github.com/indiecodermm/dino-jump
dino-game game javascript web
Last synced: 7 months ago
JSON representation
Simple javascript game for beginners
- Host: GitHub
- URL: https://github.com/indiecodermm/dino-jump
- Owner: IndieCoderMM
- Created: 2022-04-04T12:47:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T07:25:02.000Z (almost 4 years ago)
- Last Synced: 2025-03-14T10:23:38.068Z (11 months ago)
- Topics: dino-game, game, javascript, web
- Language: JavaScript
- Homepage:
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dino Jump - Simple JS Game
### Play Game --> [Dino Jump](https://indiecodermm.github.io/dino-jump/dino_jump.html)
This game is written in most basic javascript code so that every beginner can understand and apply the concepts easily.
## Description
This game is inspired by popular browser game ["Chrome Dino"](https://chromedino.com).
In this game, player has to make a T-rex jump by clicking or tapping the screen to avoid obstacles. Player's score and highscore are shown at the top of the screen. Highscore is stored until the brower is closed. When a cactus hits the T-rex, the game is over. **Toastr** is used to show information about the game as well as to act like a button.
## Features
1. CSS animations for sliding background and objects
2. Changing styles with JS: animations, images
3. **Session Storage** to store scores
4. **Toastr Library** for displaying notifications
5. **Audio Constructor** to play sound effects