updated readme 📚

This commit is contained in:
Fredrik Jensen 2017-09-05 22:05:47 +02:00
parent e1fca87276
commit 9abf217880

View File

@ -2,8 +2,16 @@
A snake implementation with vanilla JavaScript
🚨 work in progress 🚨
[PLAY](http://zzznake.surge.sh/)
Todo
[ ] Make it functional
## Develop
Using [Neutrino](neutrino.js.org)
```
yarn install
yarn start
```