A classic Snake game built using HTML, CSS, and JavaScript. Navigate the snake to eat food and grow in length while avoiding collisions with the walls and itself.
- Classic Gameplay: Enjoy the traditional Snake game experience.
- Responsive Controls: Use keyboard arrow keys to control the snake.
- Score Tracking: Display the current score and increase it as the snake eats food.
- Collision Detection: Automatically end the game if the snake collides with itself or the walls.
- HTML: Provides the structure of the game.
- CSS: Styles the game board and elements.
- JavaScript: Implements the game logic and interactivity.