Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 783 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 783 Bytes


chrome-dino

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.

Run locally (literally)

I use volta to automatically install/switch my node and yarn versions. Either install volta, or check the versions I'm using via the package.json volta field.

# install deps
$ yarn
# start server
$ yarn start

License

MIT