functional-snake icon indicating copy to clipboard operation
functional-snake copied to clipboard

Snake clone written in JavaScript using functional programming

#Functional Snake

My little attempt at creating a 'snake' clone from scratch. Using important lessons from functional programming and keeping things pure.

Play the game yourself at: http://gaya.github.io/snake/.

Code Climate

##Development

  1. Clone repo

  2. Install dependencies

npm install
  1. Serve application
npm run serve
  1. Go to http://localhost:8080 or http://localhost:8080/webpack-dev-server

##Building

npm run build

Everything is copied to ./dist/.