A web app to play snake.
Live Demo: https://throwbacksnake.netlify.app/
How It's Made: Tech used: HTML, CSS, JavaScript
This is a web app to play the classic game snake in your browser. This was my introduction to using the keyboard to control the pixels moving across the screen.
Lessons Learned:
Building this site was my first time building a game. This was a lot of fun to learn, making the snake move across the screen, grow when food is eaten, and keep up with the length the snake traveled.