A basic experimental Snake Game built using only HTML. This project is a simple recreation of the classic snake arcade game, developed as a learning experience in fundamental web game development.
You can try the live demo here: https://snake-gamenathan.netlify.app/
- โ Score System: The score increases every time the snake eats a red block (the "food").
- โ Snake Growth: For every point scored, the snakeโs body increases by one block.
- โ Game Over Logic: The game will reload and back to its short body if the snake collides with itself.
- ๐ง Experimental: This project is still in a very basic phase and is built mainly for experimentation and learning purposes.