Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisdothtml/chrome-dino
Remaking the chrome offline dinosaur game
https://github.com/chrisdothtml/chrome-dino
canvas dependency-free dinosaur-game game hit-testing
Last synced: 3 months ago
JSON representation
Remaking the chrome offline dinosaur game
- Host: GitHub
- URL: https://github.com/chrisdothtml/chrome-dino
- Owner: chrisdothtml
- License: mit
- Created: 2018-07-21T17:46:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T20:50:19.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T00:36:46.056Z (almost 2 years ago)
- Topics: canvas, dependency-free, dinosaur-game, game, hit-testing
- Language: JavaScript
- Homepage: https://chrisdothtml.github.io/chrome-dino/
- Size: 174 KB
- Stars: 20
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
> Remaking the chrome offline dinosaur game
Note that this was previously written with p5.js but has since been refactored into a dependency-free approach. You can still see the old p5.js implementation in [the p5js branch](https://github.com/chrisdothtml/chrome-dino/tree/p5js).
## Run locally (literally)
I use [volta](https://volta.sh/) to automatically install/switch my node and yarn versions. Either install volta, or check the versions I'm using via the [package.json](package.json) `volta` field.
```bash
# install deps
$ yarn
# start server
$ yarn start
```## License
[MIT](license)