Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 393 Bytes

File metadata and controls

20 lines (12 loc) · 393 Bytes

Spitting Snake

Play Snake Game in browser. Click to start game. Eat food, grow and don't run into yourself.

Assumptions

  • Only HTML nodes (no canvas)
  • No webpack, gulp, browserify, etc.
  • Vanilla JS
  • Playable ;)

Demo

play

Requirements

  • Browser with mostly ES2016+ Support (Recommended: Google Chrome)