Welcome to the Python Snake Game!
This is a simple implementation of the classic Snake game written in Python. Move your snake, eat food, grow longer, and try to beat your high score — but don’t crash into the walls or yourself!
✅ Simple controls
✅ Score tracking
✅ Modular code (separate files for snake, food, scoring)
✅ Easy to customize