Skip to content

sammi-turner/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Snake-Game

A browser port of the classic Nokia phone game.


snake.mp4

Requirements

node
npm

Install node modules

npm i

Run the dev server

npm run dev

Build the dist folder for deployment

npm run build