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.
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