Connect the Dots!
- SassyMisha15
- 4 years ago
- 139 views
Check out this cool "Connect the Dots!" game created by SassyMisha15! When you run the program, six black circles are drawn in random locations on the screen with a little number next to them. Once all of the circles are finished drawing, there will be a pop-up that says “app.junilearning.com says” and then a little box below it. Go ahead and click on that box and type in one of the numbers you see next to the dots. This will make the cyan-colored turtle move to that dot! What cool shapes can you make by connecting the dots?
import turtle
import random
Locked
Canvas
Console