This is a classic Snake game built with Python using the Turtle module
The snake gets longer when it eats the food
The game ends if the snake hits the wall or itself
This project shows my skill in object movement and collision detection and score tracking