The title of my project

Turtle Snake

my image

Snake using Python Turtle, this was really fascinating one, I never ever thought of creating a game using turtle is possible?

Turtle used to created some really cool patterns and drawings. When Math meet Turtle, BOOMM! fascinating patter and animations can be envoked.Some of the drawing pattern that I have created usig turtle I have mention in MY WORK section.

Its is a simple classic snake game, logic is simple, created a square contour{SNAKE HEAD} and circle {FOOD} , when the square collide the circle, another square will created and follow the head. i have created Ping-Pong also using py_turtle.

Source code