/dino-game

Modified version of chrome dinosaur game recreated with the HTML5 canvas.

Primary LanguageJavaScript

dino-game

Modified version of chrome dinosaur game recreated with the HTML5 canvas.

How to Run the Web App

Start the http server.

http-server

Then visit http://localhost:8080/

How to Install the http-server Command

npm install -g http-server

Mac / Linux:

export PATH=./node_modules/.bin:$PATH

Windows:

SET PATH=.\node_modules\.bin;%PATH%