A simple implementation of the classic Snake game developed using Java.
Overview: This is a basic version of the Snake game where the player controls a snake that moves around the screen, eating food and growing in length. The game ends if the snake collides with itself or the wall.
Features:
- Arrow key controls to navigate the snake
- Food items that increase the snake's length
- Collision detection
- Score tracking