Sword Animation!
- Daber
- 2 years ago
- 290 views
Did you guys know you can make custom shapes in turtle using the `.register_shape()` command? Check out how @Daber created a custom sword and training bag shape for the turtle. They even made it animated by using the "WASD" to move the sword around and the letter "E" To swing the sword.
import turtle
sword=turtle.Turtle()
Locked
Canvas
Console