A simple implementation of the classic Snake game using Python's Turtle module.
Snake is a classic arcade game where the player maneuvers a line (snake) which grows in length, with the line itself being a primary obstacle. This project recreates the Snake game using Python's Turtle graphics library.