From 9abf217880eb6a01e1acf4f26ce755639af4f7b6 Mon Sep 17 00:00:00 2001 From: Fredrik Jensen Date: Tue, 5 Sep 2017 22:05:47 +0200 Subject: [PATCH] updated readme :books: --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09e2481..346be7b 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file