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

https://github.com/mirokrastanov/dinojumping

🦖 Web-based JavaScript implementation of the popular Chrome Dinosaur Game.
https://github.com/mirokrastanov/dinojumping

chrome css game html javascript web

Last synced: over 1 year ago
JSON representation

🦖 Web-based JavaScript implementation of the popular Chrome Dinosaur Game.

Awesome Lists containing this project

README

          

# Dino Jumping
A JavaScript implementation of the popular chrome-based Dinosaur Game, created using JS.

## Live Demo
[run-button](https://app-library-13e36.web.app/apps/dino-jumping)

## Description
Dino Jumping is a single player side-scroller game which involves avoiding obstacles while constantly running. You are constantly accumulating points as long as you don't colide into an obstacle. If you do - the game ends.

## How to play
1. Use your `Left mouse button` or `Spacebar` to jump.
2. Get as far as you can and get the highest score. :)

- You can click anywhere inside the current browser tab, not just inside the game board.

## Game Screenshots

board-image


board-image


board-image


board-image


## Live Demo
[run-button](https://app-library-13e36.web.app/apps/dino-jumping)

- [Original Source Code](https://github.com/mirokrastanov/DinoJumping)
- [React Implementation Code for the App Library](https://github.com/mirokrastanov/app-library/tree/main/client/src/apps/dinoJumping)