Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 351 Bytes

snake-js

  • The classic snake game in javascript without using canvas.
  • This is possibly not a completely original implementation.

Instructions

  • Open index.html in a web browser to test.
  • Press an arrow key to start.
  • The game board is set to focus on load, but if that doesn't work just click on the board first.
  • Refresh page to restart.