Snake!
- Alexander1
- 2 years ago
- 348 views
Who's ready for a classic?! Alexander1 has recreated "Snake" in Python with Turtle. With a combination of lists and loops, Alexander1 was able to make the snake grow with every dot that it eats! To move the snake in a given direction, use the arrow keys!
import turtle
import random
Locked
Canvas
Console