Snake Game screenshot

Snake Game

A small Snake game built from scratch using HTML, CSS, and vanilla JavaScript.

This project helped me practice working with the HTML canvas, managing a game loop, and responding to keyboard events to move the snake. I also focused on keeping the code organized, separating rendering from game state, and adding simple collision detection and scoring.

Play the game Back to projects