pencilpix / snake

simple js snake game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

is a simple JS Snake Game, just for fun and training!

Build Status Coverage Status

Dependency status devDependency status

development instructions:

  1. assume that nodejs is installed on your machine.
  2. clone project:
      $ git clone git@github.com:pencilpix/snake.git
    
  3. run project
      $ npm install
      $ npm start
    
  4. to build
      $ npm run build
    
  5. enjoy!

About

simple js snake game


Languages

Language:JavaScript 96.6%Language:CSS 3.2%Language:HTML 0.3%