Recreating the classic Snake game with JavaScript. Using event listeners the user can maneuver a line which grows in length. The player loses when the snake runs into the screen border or itself. The score increases every time the snake eats food.
This is part of TheOdinProject's JavaScript track. See here for more information.
You can click here to view it on GitHub Pages.