This is a classic Snake game implemented in Python using the Pygame library.
Players control a snake that grows in length as it consumes food items, while avoiding collisions with walls and its own tail.
- Install Python and Pygame.
- Clone the repository or download the source code.
- Run the main Python file to start the game.
- Use arrow keys to control the snake.
Eat food items to grow longer and earn points.
Avoid collisions with walls and the snake's tail.
Try to achieve the highest score possible!