#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/.
##Development
-
Clone repo
-
Install dependencies
npm install
- Serve application
npm run serve
##Building
npm run build
Everything is copied to ./dist/
.