Skip to content

rfblue2/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Classic snake game. Eat food to grow bigger. Careful not to crash into yourself or the walls!.

Use arrow keys to move. Developer high score: 110.

Screenshot

Development

Make sure you have gulp installed.

npm install
gulp

Gulp with bundle the JS files into the dist/ folder. Serve with a local server, e.g. python -m http.server 8000.

Releases

No releases published

Packages

No packages published