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: 6 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T23:47:35.000Z (over 2 years ago)
- Last Synced: 2025-04-12T22:44:43.172Z (6 months ago)
- Topics: canvas, dependency-free, dinosaur-game, game, hit-testing
- Language: JavaScript
- Homepage: https://chrisdothtml.github.io/chrome-dino/
- Size: 174 KB
- Stars: 45
- Watchers: 3
- Forks: 31
- Open Issues: 0
-
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)