Skip to content

dvamin/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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