This commit is contained in:
Fredrik Jensen 2025-11-02 21:13:38 +01:00
parent 0a5b4dfa23
commit 1c132c2b23

View File

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