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