A collection of creative-coding scripts using Python's built-in turtle module — animated drawings, patterns, and text effects. Note: These are for-fun / practice projects exploring loops, animation, ...
You control a snake that moves around the screen, eating food to grow longer. The game ends if the snake hits the wall or runs into its own tail.