A classic Snake Game implemented in Python using Object-Oriented Programming concepts and the Turtle graphics package. This project demonstrates clean class-based design, game loops, collision detection, and interactive graphics—ideal for learners exploring OOP and GUI programming in Python