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.
- Host: GitHub
- URL: https://github.com/mirokrastanov/dinojumping
- Owner: mirokrastanov
- License: mit
- Created: 2023-02-28T20:40:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:19:07.000Z (about 2 years ago)
- Last Synced: 2024-05-30T05:22:01.994Z (about 2 years ago)
- Topics: chrome, css, game, html, javascript, web
- Language: JavaScript
- Homepage: https://app-library-13e36.web.app/apps/dino-jumping
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dino Jumping
A JavaScript implementation of the popular chrome-based Dinosaur Game, created using JS.
## Live Demo
[
](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




## Live Demo
[
](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)
