Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawvs/dino
T-Rex Runner Game
https://github.com/lawvs/dino
canvas canvas-game chrmoe dino game react trex-runner
Last synced: about 2 months ago
JSON representation
T-Rex Runner Game
- Host: GitHub
- URL: https://github.com/lawvs/dino
- Owner: lawvs
- Created: 2018-08-14T10:49:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T16:19:16.000Z (8 months ago)
- Last Synced: 2024-10-28T19:59:50.546Z (3 months ago)
- Topics: canvas, canvas-game, chrmoe, dino, game, react, trex-runner
- Language: JavaScript
- Homepage: https://lawvs.github.io/Dino/
- Size: 2.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dino
[![Build and Deploy](https://github.com/lawvs/Dino/actions/workflows/build.yml/badge.svg)](https://github.com/lawvs/Dino/actions/workflows/build.yml)
## introduction
T-Rex Runner.
## build setup
```bash
# install dependencies
npm install# serve with hot reload at localhost:3000
npm start# build for production
npm run build
```## references
- [chrome://dino/](chrome://dino/)
- [offline.js](https://cs.chromium.org/chromium/src/components/neterror/resources/offline.js)
- [MagicCube/tensorflow-rex-run](https://github.com/MagicCube/tensorflow-rex-run/tree/master/src/game)