Skip to content

ben-bourdin451/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake

Snake game built with JS & webpack

Demo built for kids coding club: https://ben-bourdin451.github.io/snake/

Develop locally

Simply run npm start to start webpack dev server and server files to localhost:8080. Auto-reload is enabled by default

Publish new version

npm run build will produce final assets into the docs folder for hosting