Maze Starter
- Jonsong
- 3 years ago
- 359 views
Setting up collision in python can be a little bit tricky, especially when trying to set up walls. This "Maze Starter" program created by Jonsong is a great way to start setting up walls in your maze! By looking at the code, we can see how Johnsong created turtles in the shape of a wall and then used the code we use to check for collision between two turtles to see if the turtle is touching that wall! What cool maze designs can you come up with? Make sure to share your projects for a chance to get featured!
import turtle
screen=turtle.Screen()
Locked
Canvas
Console