Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 246 Bytes

File metadata and controls

9 lines (6 loc) · 246 Bytes

Snake

This is a naive attempt to create a snake gameplay using raw HTML5. For simplicity in development, I also used jQuery for keyboard event binding.

Further Developments

  • Better visualization/styling
  • Scoring
  • Hosting on a website