Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 308 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 308 Bytes

🐍🐍🐍 Zzznake 🐍🐍🐍

A snake implementation with vanilla JavaScript

PLAY!

Todo

  • Add restart logic
  • Make it functional
  • Use canvas instead of div's
  • Add animations

Develop

Using Neutrino

yarn install
yarn start