# 🐍🐍🐍 Zzznake 🐍🐍🐍 A snake implementation with vanilla JavaScript [PLAY!](http://zzznake.surge.sh/) Todo * [x] Add restart logic * [ ] Make it functional * [ ] Use canvas instead of div's * [ ] Add animations ## Develop Using [Neutrino](neutrino.js.org) ``` yarn install yarn start ```