An open API service indexing awesome lists of open source software.

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

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