Modified version of chrome dinosaur game recreated with the HTML5 canvas.
Start the http server.
http-server
Then visit http://localhost:8080/
npm install -g http-server
Mac / Linux:
export PATH=./node_modules/.bin:$PATH
Windows:
SET PATH=.\node_modules\.bin;%PATH%