Skip to content

gt-webdev/dino-game-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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%

About

Starter code for dino game tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published