Skip to content

bbvox/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game instructions

Open index.html in browser and play. Arrow keys are enabled. You can stop / start game or restart the Game.

  1. Main script: src/scripts.js
  2. Test script: test/scripts.js

Installation for testing

git clone ~
cd ~/

# install dev dependencies
npm install

# run the tests - command line
npm test

# or open test/index.html - browser

DevDependencies:

  1. mocha - test runner
  2. chai - assertion library
  3. sinon - spies, stubs & mocks for js

About

Snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published