Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 742 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 742 Bytes

Vanilla JavaScript Snake Game App

Classic snake game application built in pure JavaScript, HTML, and CSS

Try it here!

Summary

Through this project, I learned how to use a combination of the canvas element and setInterval() to achieve simple animations. Building out the snake logic was fun and challenging at the same time because of the relationship between the interval length needed to execute the code and the smoothness of the animation. Overall a great project!

Author